Docs Recommendation System

▶️ Starting the app

You can start the app by running:

docker-compose build
docker-compose up

if you get connection error, please try running docker-compose up again.

After loading is done, you can check out the app at localhost:3000.

🔎 Look inside Memgraph database

🎨 Graph visualization

Get recommendations based on node2vec MAGE algorithm and graph visualization of one of the recommended URLs

📊 TF-IDF statistics

Check out statistics retrieved with TD-IDF algorithm

✨ PageRank

Get the PageRank MAGE algorithm.