├── README.md ├── app.py ├── static ├── back.png └── images │ └── woc.png └── templates ├── home.html ├── result.html └── wc.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/app.py -------------------------------------------------------------------------------- /static/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/static/back.png -------------------------------------------------------------------------------- /static/images/woc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/static/images/woc.png -------------------------------------------------------------------------------- /templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/templates/home.html -------------------------------------------------------------------------------- /templates/result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/templates/result.html -------------------------------------------------------------------------------- /templates/wc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaji27/YouTube-Comments-Sentiment-Analysis/HEAD/templates/wc.html --------------------------------------------------------------------------------