Skip to content

We have created Django based website to get information about any movie and it also provides the movie recommendation service with review sentiment analysis.

License

Notifications You must be signed in to change notification settings

IntegratedMindHeart/project_red_mind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Red Mind

We have created Django based website to get information about any movie and it also provides the movie recommendation service with review sentiment analysis.

See Project

visit- https://projectredmind.herokuapp.com/

Installation

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/