To install the project you just need to install all the requirements:
pip install -r requirements.txt
To run this python script, you need to execute the following shell:
python ./src/main.py --interactive
Use the intergrated Github system to easily create a citation for this project. If you have no idea what it is, please follow this link.
chmod +x setup.sh
./setup.sh
To install the neo4j docker image, simply follow the following guide or run:
docker run -p7474:7474 -p7687:7687 -p7473:7473 -d --env NEO4J_AUTH=neo4j/test_password --env 'NEO4JLABS_PLUGINS=["apoc"]' --name Neo4j neo4j:latest
Follow this guide
Install the APOC plugin using the following guide
After installing Neo4j and including the plugin, open the browser app using the following link http://localhost:7474 (assuming the DB instance runs on your local PC). Then, connect to the database and run the contents of the uk_companies.txt file
pip install -r requirements.txt