Sentitube is a real-time sentiment analysis tool for YouTube comments. It retrieves comments based on specific video IDs and uses a language model (LLM) to analyze their sentiment (positive, neutral, negative).
- Real-time YouTube comment retrieval via the YouTube Data API
- Sentiment analysis using the OpenAI API (GPT-4) or a local model
- Storage and real-time trend visualization
- Web interface to display results
- Support for open-source models like BERT
- Interactive dashboard with more visualizations
- Batch processing optimization
This project is licensed under the MIT License.