[Global GraphHack]Pyembeo- Graph embeddings for neo4j in Python

As the title suggests, we wanted to create a simple tool that creates graph embeddings for a neo4j graph database without much hassles. We created a CLI interface using python which accepts a neo4j database link and generates embeddings which can then be used for lot of downstream tasks in machine learning. (PS you don't need GPUs for this)

Repo available at:GitHub - vedashree29296/PyEmbeo: graph embeddings for neo4j in python
Demo video: PyEmbeo - YouTube
Suggestions are most welcome