https://github.com/mariusmuntean/commentquality
https://github.com/mariusmuntean/commentquality
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariusmuntean/commentquality
- Owner: mariusmuntean
- Created: 2018-07-02T21:26:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T18:56:21.000Z (over 7 years ago)
- Last Synced: 2026-05-25T20:40:22.477Z (about 1 month ago)
- Language: C#
- Size: 5.54 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CommentQuality
Estimate the quality of the comments on a YouTube video.
The backend uses Azure Functions to retrieve the comments from the YouTube Data API V3 and Azure Text Analytics API (Cognitive Services) to get a sentiment analysis.
The simple Fronend uses Ooui (Xamarin.Forms on Wasm) to consume the backend Rest API and paint a pretty UI.