- Python
- textblob
- flask
- HTML, CSS
https://ratemovie.herokuapp.com/
This project has three major parts :
- app.py - This contains Flask APIs that receives movie a review through GUI or API calls, computes the precited value based on our model and returns it.
- request.py - This uses requests module to call APIs already defined in app.py and dispalys the returned value.
- app.html - The HTML template to allow user to enter the movie review.
- Run app.py using the command below to start Flask API
python app.py
-
Navigate to URL http://localhost:5000
-
To close the server, press Ctrl+C
-
You can also send direct POST requests to FLask API using Python's inbuilt request module Run the command below to send the request with some pre-popuated values -
python request.py