Web app based on Multinomial Naive Bayes Classifier. Determines no of positive and negative reviews for the selected product with an accuracy of 95.1%. List of products and their reviews are scrapped in real time from the flipkart website.
- Python - 3.6
- Django - 3.1.4
- Scrapy - 1.8.0
- HTML - 5.0
- CSS - 3.0
- JavaScript
- Locally clone the respository
- cd to root folder
- Use command
python manage.py runserver
- Open browser and enter url "https://localhost:8000/main/Home/"
- Reviews are scrapped from flipkart.com in real-time
- 95.1 % accuracy
Project is: finished