This repo is for categorizing comments on a youtube video into different categories.
- negative (grievances, complaints, ...)
- positive (appreciation, ..)
- imperative (requests, suggestions, commands, ...)
- interrogative (wh, yrs/no)
- corrective
- others
- Jupyter notebook
- google account (onyl if you use scraping tool)
- setup virtual env
- install the required libraries using "requirements.txt" file. (pip install -r requirements.txt)
- "main.ipynb" is the main file where the new concept is implemented