Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
AIdea 是一款支持 GPT 以及国产大语言模型通义千问、文心一言等,支持 Stable Diffusion 文生图、图生图、 SDXL1.0、超分辨率、图片上色的全能型 APP。
| Date | Stars |
|---|---|
| 2026-07-24 | 1757 |
| 2026-07-25 | 1757 |
| 2026-07-28 | 1757 |
| 2026-07-30 | 1757 |
| 2026-07-31 | 1758 |
| 2026-08-06 | 1758 |
Today
— stars today
This week
+1 stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.06%/day
# AIdea Server - AI Chat, Collaboration & Image Generation
English | [简体中文](./README.zh-CN.md)
<a href="https://trendshift.io/repositories/855" target="_blank"><img src="https://trendshift.io/api/badge/repositories/855" alt="mylxsw%2Faidea-server | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
A fully open-source APP server built with Golang that integrates mainstream large language models and image generation models.
Try it out:
https://aidea.aicode.cc
Open-source repositories:
- Client: https://github.com/mylxsw/aidea
- Server: https://github.com/mylxsw/aidea-server
- Docker deployment: https://github.com/mylxsw/aidea-docker
## Self-hosting
If you prefer not to use the managed cloud service, you can deploy the server yourself. [See the deployment guide here](./docs/deploy.md).
If you'd rather have someone else handle the setup, feel free to reach out for assisted deployment. See [Assisted Server Deployment](./docs/deploy-vip.md) for details.
### Community
- WeChat tech discussion group:
<img src="https://github.com/user-attachments/assets/379d0b66-b806-4ed4-ae2e-30fccd9de50e" width="400"/>
If you cannot join, add WeChat ID `x-prometheus` as a friend and you'll be invited to the group.
- WeChat Official Account
<img src="https://github.com/mylxsw/aidea-server/assets/2330911/376a3b9f-eacd-45c6-9630-39eb720ba097" width="500" />
## About the Code
> Code comments and technical documentation are currently limited and will be supplemented over time. Please note the following points to avoid confusion:
>
> - `Room` and `Advisory Group` in the code both refer to `Digital Persona`. Due to multiple revisions, the naming evolved: `Room` → `Advisory Group` → `Digital Persona`.
> - The v1 version of `Creation Island` is entirely different from v2. v1 served App versions up to 1.0.1; starting from 1.0.2 it is no longer used, hence the v2 version.
Frameworks used in this project:
- [Glacier Framework](https://github.com/mylxsw/glacier): An in-house modular application development framework with dependency injection support, built on the [go-ioc](https://github.com/mylxsw/go-ioc) IoC container. It solves dependency propagation and modularization for Go applications.
- [Eloquent ORM](https://github.com/mylxsw/eloquent): An in-house code-generation-based ORM framework inspired by the Laravel PHP framework, with support for MySQL and other databases.
Code structure:
| Directory | Description |
|------------------|---------------------------------------------------------------------------------------------------------|
| api | OpenAI-compatible API; endpoints here can be used directly by any third-party software that supports the OpenAI API protocol |
| server | API endpoints provided for the AIdea client application |
| config | Configuration definitions and management |
| migrate | Database migration files (SQL) |
| cmd | Application entry point |
| pkg | Public packages that can be imported by other projects |
| ⌞ ai | AI model interface implementations for various providers |
| ⌞ ai/chat | Abstract chat model interface; all chat models are wrapped here to be compatible with the OpenAI Chat Stream protocol |
| ⌞ aliyun | Alibaba Cloud SMS and content-safety service implementations |
| ⌞ dingding | DingTalk notification bot Excerpt of 7,931 characters
Read on GitHubmylxsw
446
67
3
2
wuxingzhong
2
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b1df87cd40dbe3e6, topic:llm, topic:gpt
matched fp:b1df87cd40dbe3e6, topic:stable-diffusion, readme:image generation, desc:stable diffusion
matched fp:b1df87cd40dbe3e6, topic:chatgpt