m. polinsky commited on
Commit
662b9ce
1 Parent(s): 27dbdb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -2,4 +2,13 @@
2
 
3
  ### TopicDig enables on-the-fly news digest creation via named entity recognition and automatic summarization using HuggingFace's transformers library.
4
 
5
- ### (refactoring)
 
 
 
 
 
 
 
 
 
 
2
 
3
  ### TopicDig enables on-the-fly news digest creation via named entity recognition and automatic summarization using HuggingFace's transformers library.
4
 
5
+ #### HuggingFace app link: https://huggingface.co/spaces/green/project_demo_2
6
+
7
+ [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/mpolinsky/sju_final_project/main/streamlit_app.py)
8
+
9
+ This application was created as the culmination of a semester of independent graduate research into NLP and transformers.
10
+
11
+ The app displays topics, the user chooses up to three, and the app spins up a topical digest scraped from the headlines.
12
+ This project makes heavy use of HuggingFace for NLP, and Gazpacho for web scraping.
13
+
14
+ Original repo for the earlier version of this app is located at https://github.com/mpolinsky/sju_final_project/