This project is a web application that help you getting similar actors or movies. The data are taken from IMDB, then stored on MongoDB. Neo4J creates link between entities (movie and person). The web site queries Neo4J to get closest movies/actors IDs. We retrives movies/actors names from MongoDB with the help of given IDs from Neo4J.
docker-compose build
docker-compose up
Connect to http://127.0.0.1:5000
User: neo4j password: neo4j
A new password will be asked. Type root
.
If you want to have a more secure password, you have to edit in app.py
and config.py
.
You have to change the variable passwordNeo
to you new password.
py install -r requirements.txt
cd app
py main.py