KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
docs-recommendation-system
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
materialistic-knife-835
:
This is a project of an E-commerce website where customers can register, login and show product and add to cart. this project is a clone from the website https://bluemercury.com
ShangMeiCuiXue
:
一个微信云开发的校园论坛小程序
hilfsmittel-api
:
No description available.
awesome-dots
:
My custom AwesomeWM desktop.
vue3-learn
:
Vue3源码阅读
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docs-recommendation-system
?
Download (.md)
<h1 align="center"> Docs Recommendation System </h1> ## :arrow_forward: 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`. ## :mag_right: Look inside Memgraph database  ## :art: Graph visualization Get recommendations based on **node2vec** [MAGE](https://memgraph.com/docs/mage) algorithm and graph visualization of one of the recommended URLs  ## :bar_chart: TF-IDF statistics Check out statistics retrieved with TD-IDF algorithm  ## :sparkles: PageRank Get the **PageRank** [MAGE](https://memgraph.com/docs/mage) algorithm.  ## :page_with_curl: Blog post If you'd like to find out more about the process of building the app, hop on to the [blog post](https://memgraph.com/blog/lost-in-documentation-let-our-docs-recommendation-system-guide-you-along) where we explained it in details!