Skip to content

jayakosta/VibeCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

VibeCheck

This is a YouTube Comment Analyzer that fetches comments from a given video, processes them, and performs context-aware sentiment analysis.

Features:

  • Extracts comments from YouTube videos using the YouTube Data API.
  • Cleans and preprocesses text (removes URLs, emojis, stopwords, etc.).
  • Uses VADER Sentiment Analysis and BERT-based classification.
  • Extracts topics from comments using Latent Dirichlet Allocation (LDA).
  • Provides insights and suggestions based on sentiment distribution.
  • Saves processed data to a CSV file.

Technologies Used:

  • Python
  • Google YouTube API
  • NLTK (Natural Language Toolkit)
  • VADER Sentiment Analysis
  • BERT Transformers
  • Scikit-Learn (for topic modeling

About

Comment analyzer model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages