slavik-o / docs-recommendation-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 52.2%Language:Python 41.5%Language:HTML 3.0%Language:CSS 1.8%Language:Dockerfile 1.5%