Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
# Summarization
|
| 5 |
|
|
@@ -39,11 +45,9 @@ This script is the entry point for running the entire data pipeline.
|
|
| 39 |
The Dockerfile for creating a Docker image for this project.
|
| 40 |
|
| 41 |
* `requirements.txt`
|
| 42 |
-
List of Python packages required for running the project. Install them using:
|
| 43 |
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
https://summarization-2s9wr7njxcgpeuuraprip5.streamlit.app/
|
| 47 |
|
| 48 |
## License
|
| 49 |
-
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Text Summarization
|
| 4 |
+
sdk: streamlit
|
| 5 |
+
emoji: 🔥
|
| 6 |
+
colorFrom: blue
|
| 7 |
+
colorTo: purple
|
| 8 |
+
---
|
| 9 |
|
| 10 |
# Summarization
|
| 11 |
|
|
|
|
| 45 |
The Dockerfile for creating a Docker image for this project.
|
| 46 |
|
| 47 |
* `requirements.txt`
|
|
|
|
| 48 |
|
| 49 |
+
|
| 50 |
+
|
|
|
|
| 51 |
|
| 52 |
## License
|
| 53 |
+
This project is licensed under the MIT License - see the LICENSE file for details.
|