I have created a small Sentiment Analysis project which (for now) analyse Youtube comments sentiments on a video,
- It takes link of the video as an input
- show the total number of Positive and Negative comments
- ask to you for seeing those comments
It uses a hugging face API model to analyse the comments, and Youtube API for fetching comments on that video.