macrdel commited on
Commit
4a73553
1 Parent(s): b475b41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -1,2 +1,23 @@
1
- # sentiment-summarize-youtube-comments-backend
2
- A backend server for sentiment analysis and summarization of russian YouTube comments
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sentiment and summarize russian YouTube-video comments
2
+
3
+ This is web-server on [![FastAPI](https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png)](https://fastapi.tiangolo.com/) for sentiment analysis and summarization of russian YouTube comments
4
+
5
+ ## End-Points
6
+
7
+ | Endpoint | Description |
8
+ |-------------------|-------------------------|
9
+ | `/comments` | Get comments and sentimental analysis |
10
+ | `/stats` | Get comments sentiment statistics |
11
+ | `/summarization` | Get summarization of comments |
12
+
13
+ ## Model for sentiment analysis
14
+
15
+ [![Hugging Face](https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg)](https://huggingface.co/MonoHime/rubert-base-cased-sentiment-new)
16
+
17
+ ## Model for summarization
18
+
19
+ [![Hugging Face](https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg)](https://huggingface.co/IlyaGusev/mbart_ru_sum_gazeta)
20
+
21
+ ## Demo Server App
22
+
23
+ [![Hugging Face](https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg)](https://macrdel-sentiment-summarize-youtube-comms.hf.space)