Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1013 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 1013 Bytes

RateMyPhone

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.

Demo

Setup

  • 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.

Dependencies to install

  • pip install flask
  • pip install numpy
  • pip install pandas
  • pip install nltk
  • pip install virtualenv
  • pip install markup

Further Reading

Technology

  • Python
  • Flask
  • HTML
  • CSS
  • Git