SentimentFinder is a web-based sentiment analysis tool designed to analyze YouTube videos and channels. It provides sentiment-based insights into user comments, offering a visual representation of audience reactions and feedback.
- Analyze sentiment from YouTube video comments.
- Generate pie charts to display sentiment distribution.
- View summarized insights from user comments.
- Show what people want to see as per comment analysis.
- AI-powered chatbot (Gemini) for interactive analysis.
- Responsive and modern UI built with ReactJS, Tailwind CSS, and Framer Motion.
- Frontend: ReactJS, Vite, Tailwind CSS, Framer Motion, Material-UI
- Backend: Node.js, Express.js (for API requests)
- Libraries Used: Axios, React Router, Chart.js, Tabler Icons
- Clone the Repository
git clone https://github.com/AB527/SF.git cd SF - Install Dependencies
npm install
- Run the Development Server
npm run dev
- Clone the Repository
git clone https://github.com/manaspros/sentiment-analysis.git cd sentiment-analysis - Install Dependencies
npm install
- Run the Development Server
npm run dev
The app will be available at http://localhost:5173/ and server at http://localhost:3000/.
- Enter a YouTube video or channel URL.
- View sentiment analysis results with graphical representation.
- Interact with Gemini AI for insights on audience perception.
This project is licensed under the MIT License.
✨ Feel free to fork, contribute, or raise issues for improvements! 🚀