This is a flask based web application which scrap reviews about the entered product and do sentiment analysis on the review of the product
- Python --version 3.8.5
- pip python package manager
- Python
- flask
- mongodb
- beautifulsoup
- bootstrap
- open project directory
- open terminal in that directory
- Enter the following command in the terminal
pip install -r requirements.txt
- Above command install all the required libraries for the project
- After execution of the above command. run the app.py file