palinayar/sentiment-project

Sentiment analysis to score youtube videos for a data visualization project

0

stars

4

commits

Python

primary language

Jan 14, 2025

updated

README

sentiment-project

Run analysis

  1. Create environment:
python -m venv env
source env/bin/activate   # For Linux/Mac
.\env\Scripts\activate    # For Windows
  1. Run setup
python setup_environment.py
  1. Run sentiment analysis
python main.py

See output csv files in output_uniq folder

To limit amount of data that will be processed, set the ROWS_TO_PROCESS variable in process_csv_file.py accordingly.

Contributors

palinayar

4 commits

palinayar/sentiment-project

Sentiment analysis to score youtube videos for a data visualization project

0

stars

4

commits

Python

primary language

Jan 14, 2025

updated

README

sentiment-project

Run analysis

  1. Create environment:
python -m venv env
source env/bin/activate   # For Linux/Mac
.\env\Scripts\activate    # For Windows
  1. Run setup
python setup_environment.py
  1. Run sentiment analysis
python main.py

See output csv files in output_uniq folder

To limit amount of data that will be processed, set the ROWS_TO_PROCESS variable in process_csv_file.py accordingly.

Contributors

palinayar

4 commits

Languages

Python

100.0%