Spaces:
Runtime error
Runtime error
Commit
·
6db2374
1
Parent(s):
cb047cb
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: TermsOfServiceSummarization
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: app.py
|
@@ -10,4 +10,15 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: TermsOfServiceSummarization
|
3 |
+
emoji: 🕵️
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: purple
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: app.py
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# TermsOfServiceSummarization
|
14 |
+
|
15 |
+
Project developed for the Business Project Management course of the Master of Artificial Intelligence and Data Engineering at the University of Pisa.
|
16 |
+
|
17 |
+
This project consists in the design and implementation of a Text Summarizer for Terms Of Service and Privacy policy using NLP technologies such as transformers.
|
18 |
+
|
19 |
+
Implementation details are available at the following link: https://github.com/balditommaso/TermsOfServiceSummarization
|
20 |
+
|
21 |
+
## Contributors
|
22 |
+
- Tommaso Baldi [@balditommaso](https://github.com/balditommaso)
|
23 |
+
- Francesco Hudema [@MrFransis](https://github.com/mrfransis)
|
24 |
+
- Edoardo Ruffoli [@edoardoruffoli](https://github.com/edoardoruffoli)
|