Demonstrate an integration of Senzing and Neo4j, using entity resolution in Senzing to resolve the business names and addresses for three datasets, then construct a knowledge graph in Neo4j from the results.
python3.11 -m venv venv
source venv/bin/activate
python3 -m pip install -U pip wheel setuptools
python3 -m pip install -r requirements.txt
./venv/bin/jupyter lab
Then open the demo.ipynb
notebook.