Movie Ratings Prediction server
Animesh Sharma
Mesra, Jharkhand
- 0 Collaborators
LSTM based movie ratings prediction server written in Python using Flask. ...learn more
Project status: Concept
Overview / Usage
The movie ratings prediction server predicts the rating (5-star rating) of a movie based on a text input, i.e. the review. Python and Flask have been used to run the server and to let the server interact with the user. The frontend has been designed using basic HTML and Bootstrap.
Methodology / Approach
The movie ratings model was trained using LSTM in Python using the Keras wrapper on Tensorflow backend. The model weights were saved to be used readily for new input data. The frontend of the server was written using basic HTML and bootstrap. The backend was written in Python using Flask framework. When new data was input on the webpage, it was brought to the server where predictions were made using the saved model weights.
Technologies Used
- Python
- Keras
- Tensorflow
- LSTM
- Flask
- HTML
- Bootstrap