This project takes a link to a youtube video and gives the statistics on toxicity of comments for the content
link to a video demo: https://www.youtube.com/watch?v=o3z4Y0pdQto
Clone the git repository
then type following in terminal or cmd
pip install --user pipenv
pipenv shell
pipenv install -r requirements.txt
python app.py
