Classifying the user review to one of the rating class. User will enter the reviews as the plain text in the input box and end result will be the rating based on the classifying model used.
- Download/clone the repository.
- Follow the steps to create a virtual environment and install all the dependencies mentioned below.
- Once all the dependencies are downloaded, go to the flask_app.py file and run the python server in the console with command Python -i or if using ide run the file.
- go to the url 127.0.0.1 to access the webpage.
- pip install flask
- pip install numpy
- pip install pandas
- pip install nltk
- pip install virtualenv
- pip install markup
- checkout my blog for detailed info about my project. https://ankitrathore.netlify.com/project/internal-project/
- Python
- Flask
- HTML
- CSS
- Git