We have created Django based website to get information about any movie and it also provides the movie recommendation service with review sentiment analysis.
visit- https://projectredmind.herokuapp.com/
1.Use the package manager pip to install all python packages on your system which is listed in requirements.txt file.
2.Open cmd or terminal
3.Go to file location were manage.py is located
4.Run the command python manage.py runserver
5.Open your browser and open url http://127.0.0.1:8000/