This is a Next.js application that performs timestamp-based sentiment analysis on YouTube product review videos.
- Clone the repository:
git clone https://github.com/arav1ndajay/video-sentiment
cd youtube-sentiment-analyzer- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
- Enter a YouTube URL in the input field.
- Click "Analyze Sentiment".
- Wait for the application to extract the transcript and analyze the sentiment.
- View the sentiment analysis results.
- Click on timestamps or chart points to jump to specific parts of the video.