The user searches for product and the reviews are extracted from flipkart and their sentiment is predicted
- python3.7
- flask
- scikit learn
- BeautifulSoup
- install python3.7
- install pip
- create a environment(Better if you install conda and create a seperate environment for all ML projects)
- pip install scikit-learn
- pip install flask
- move to project directory and open terminal
- run command
python flask_app.py