Skip to content

Commit 98987c0

Browse files
authored
Update README.md for clarity and feature enhancements (#1154)
1 parent 5af4001 commit 98987c0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gorse Recommender System Engine
1+
# Gorse Open-source Recommender System Engine
22

33
<img width=160 src="assets/gorse.png"/>
44

@@ -9,16 +9,15 @@
99
[![Twitter Follow](https://img.shields.io/twitter/follow/gorse_io?label=Follow&style=social)](https://twitter.com/gorse_io)
1010
[![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Gorse%20Guru-006BFF)](https://gurubase.io/g/gorse)
1111

12-
Gorse is an open-source recommendation system engine written in Go. Gorse aims to be a universal open-source recommender system that can be quickly introduced into a wide variety of online services. By importing items, users, and interaction data into Gorse, the system will automatically train models to generate recommendations for each user. Project features are as follows.
12+
Gorse is an AI powered open-source recommender system written in Go. Gorse aims to be a universal open-source recommender system that can be quickly integrated into a wide variety of online services. By importing items, users, and interaction data into Gorse, the system will automatically train models to generate recommendations for each user. Project features are as follows.
1313

14-
<img width=520 src="https://github.com/gorse-io/docs/blob/main/src/img/pipeline.drawio.svg?raw=true"/>
14+
![](https://github.com/gorse-io/docs/blob/main/src/img/dashboard/recflow.png?raw=true)
1515

1616
- **Multi-source:** Recommend items from latest, user-to-user, item-to-item, collaborative filtering and etc.
17-
- **AutoML:** Search the best recommendation model automatically in the background.
18-
- **Distributed prediction:** Support horizontal scaling in the recommendation stage after single node training.
17+
- **Multimodal:** Support multimodal content (text, image, videos, etc.) via embedding.
18+
- **AI-powered:** Support both classical recommenders and LLM-based recommenders.
19+
- **GUI Dashboard:** Provide GUI dashboard for recommendation pipeline editing, system monitoring, and data management.
1920
- **RESTful APIs:** Expose RESTful APIs for data CRUD and recommendation requests.
20-
- **Online evaluation:** Analyze online recommendation performance from recently inserted feedback.
21-
- **GUI Dashboard:** Provide GUI dashboard for data management and system monitoring.
2221

2322
## Quick Start
2423

@@ -30,7 +29,7 @@ docker run -p 8088:8088 zhenghaoz/gorse-in-one --playground
3029

3130
The playground mode will download data from [GitRec](https://gitrec.gorse.io/) and import it into Gorse. The dashboard is available at `http://localhost:8088`.
3231

33-
<img width=720 src="https://github.com/gorse-io/dashboard/blob/master/assets/dashboard.png?raw=true"/>
32+
![](https://github.com/gorse-io/docs/blob/main/src/img/dashboard/overview.png?raw=true)
3433

3534
After the "Generate item-to-item recommendation" task is completed on the "Tasks" page, try to insert several feedbacks into Gorse. Suppose Bob is a developer who interested in LLM related repositories. We insert his star feedback to Gorse.
3635

0 commit comments

Comments
 (0)