Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
4a73553
1
Parent(s):
b475b41
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,23 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Sentiment and summarize russian YouTube-video comments
|
| 2 |
+
|
| 3 |
+
This is web-server on [](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 |
+
[](https://huggingface.co/MonoHime/rubert-base-cased-sentiment-new)
|
| 16 |
+
|
| 17 |
+
## Model for summarization
|
| 18 |
+
|
| 19 |
+
[](https://huggingface.co/IlyaGusev/mbart_ru_sum_gazeta)
|
| 20 |
+
|
| 21 |
+
## Demo Server App
|
| 22 |
+
|
| 23 |
+
[](https://macrdel-sentiment-summarize-youtube-comms.hf.space)
|