Spaces:
Runtime error
Runtime error
File size: 1,322 Bytes
c45f956 4a73553 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: Sentiment Summarize Youtube Comms
emoji: π
colorFrom: red
colorTo: indigo
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Sentiment and summarize russian YouTube-video comments
This is web-server on [](https://fastapi.tiangolo.com/) for sentiment analysis and summarization of russian YouTube comments
## End-Points
| Endpoint | Description |
|-------------------|-------------------------|
| `/comments` | Get comments and sentimental analysis |
| `/stats` | Get comments sentiment statistics |
| `/summarization` | Get summarization of comments |
## Model for sentiment analysis
[](https://huggingface.co/MonoHime/rubert-base-cased-sentiment-new)
## Model for summarization
[](https://huggingface.co/IlyaGusev/mbart_ru_sum_gazeta)
## Demo Server App
[](https://macrdel-sentiment-summarize-youtube-comms.hf.space)
|