Skip to content

Information Retrieval - Search Engine implementation and Naive Bayes Classifier implementation in Python using Flask

License

Notifications You must be signed in to change notification settings

ankitrathore25/RateMyPhone

Repository files navigation

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

About

Information Retrieval - Search Engine implementation and Naive Bayes Classifier implementation in Python using Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published