Knowledge graph api using fastapi and neo4j
TODO : add visualization
install Docker run neo4j load the data via data_extraction for sample data
$ python ./api/main.py
If there is an error :
Kill running app and restart.
$ ps aux | grep knowledge_graph_api.py
kill -9 <process id>
by default it would run with swagger
follow template