I have a project in python. My goal is to create an article recommendation with Neo4j.
Here is what I did:
- Web scraping articles
- Clean the data
- Insert the data into Neo4j
- Use Neo4j algorithms (graph data science library)
Everything is working, but only on my laptop.
I would like to migrate my project on Azure devops and azure machine learning in order to have a web app.
I have an Azure account and I have created Azure ML and Azure Devops for this project but I don't know how I can use Neo4j in azure devops and azure machine learning. Maybe with a VM or a container ?