raj22rishi commited on
Commit
99e084c
1 Parent(s): fb4a3c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,5 +1,11 @@
1
- github: https://github.com/SujalNeupane9
2
- linkedin: https://www.linkedin.com/in/sujal-neupane-2a9a2b210/
 
 
 
 
 
 
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
- ## Demo
45
- I have already trained a t5-base model and uploaded it into HuggingFace. The streamlit demo can be accessed from following link.
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.