|
1 | | -# AIdea - AI 聊天、协作、图像生成 |
| 1 | +# AIdea - AI Chat, Collaboration & Image Generation |
| 2 | + |
| 3 | +English | [中文](./README.zh-CN.md) |
2 | 4 |
|
3 | 5 | [](https://app.fossa.com/projects/custom%2B39727%2Fgithub.com%2Fmylxsw%2Faidea?ref=badge_shield) |
4 | 6 |  |
5 | 7 |  |
6 | 8 |
|
7 | 9 | <a href="https://trendshift.io/repositories/1013" target="_blank"><img src="https://trendshift.io/api/badge/repositories/1013" alt="mylxsw%2Faidea | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> |
8 | 10 |
|
9 | | -一款集成了主流大语言模型以及绘图模型的 APP, 采用 Flutter 开发,代码完全开源。 |
| 11 | +An APP that integrates mainstream large language models and image generation models, built with Flutter, with fully open-source code. |
10 | 12 |
|
11 | | -下载体验地址: |
| 13 | +Download & Try: |
12 | 14 |
|
13 | 15 | https://aidea.aicode.cc |
14 | 16 |
|
15 | | -开源代码: |
| 17 | +Open Source Repositories: |
16 | 18 |
|
17 | | -- 客户端:https://github.com/mylxsw/aidea |
18 | | -- 服务端:https://github.com/mylxsw/aidea-server |
19 | | -- Docker 部署:https://github.com/mylxsw/aidea-docker |
| 19 | +- Client: https://github.com/mylxsw/aidea |
| 20 | +- Server: https://github.com/mylxsw/aidea-server |
| 21 | +- Docker Deployment: https://github.com/mylxsw/aidea-docker |
20 | 22 |
|
21 | | -## 开发、编译运行环境 |
| 23 | +## Development & Build Environment |
22 | 24 |
|
23 | | -默认分支 `main` 是 v2 版本,当前正在开发中,如需自己部署,请切换到 [v1.x](https://github.com/mylxsw/aidea/tree/v1.x) 分支。 |
| 25 | +The default branch `main` is the v2 version, currently under active development. If you need to self-host, please switch to the [v1.x](https://github.com/mylxsw/aidea/tree/v1.x) branch. |
24 | 26 |
|
25 | 27 | ```bash |
26 | 28 | git checkout v1.x |
27 | 29 | ``` |
28 | 30 |
|
29 | | -搭建开发环境,用来编译和打包 APP,可以参考下面的文章,更多文章后面有时间了会持续更新。 |
| 31 | +To set up a development environment for compiling and packaging the APP, you can refer to the following articles (more articles will be added over time): |
30 | 32 |
|
31 | | -- [AIdea 项目开发环境部署教程(一)前端 Flutter 环境搭建](https://mp.weixin.qq.com/s/bgAIH6s7t5IREusK_WtpRg) |
32 | | -- [AIdea 项目开发环境部署教程(二)服务端 Golang 环境搭建](https://mp.weixin.qq.com/s?__biz=MzA3NTU1NDk4Mg==&mid=2454663711&idx=1&sn=c2c66abc20f8e0900afe645ff1f552ac&chksm=88d55bd6bfa2d2c063ea15a4e8864c197009b49233c710b85725f1aa946836e15a26439c69a7&scene=178&cur_album_id=3204997940193296389#rd) |
33 | | -- [AIdea 项目开发环境部署教程(三)Windows 编译环境搭建](https://mp.weixin.qq.com/s?__biz=MzA3NTU1NDk4Mg==&mid=2454663731&idx=1&sn=2aa4841daeb8dc4132e8abe63f585996&chksm=88d55bfabfa2d2ecce8224dcf23da6f911d3d8324121d141fd5c0324197c6f4845dd63639ac2&scene=178&cur_album_id=3204997940193296389#rd) |
34 | | -- [Flutter 应用 Windows 安装包创建教程](https://mp.weixin.qq.com/s?__biz=MzA3NTU1NDk4Mg==&mid=2454663689&idx=1&sn=73c93edd9ddacb2d4c36061cc79be059&chksm=88d55bc0bfa2d2d6ecaa7979835431467105d9572953f1e96c0f735df3fe60d4f6d6137f041d&scene=178&cur_album_id=3204997940193296389#rd) |
| 33 | +- [AIdea Development Environment Tutorial (1): Flutter Frontend Setup](https://mp.weixin.qq.com/s/bgAIH6s7t5IREusK_WtpRg) |
| 34 | +- [AIdea Development Environment Tutorial (2): Golang Server Setup](https://mp.weixin.qq.com/s?__biz=MzA3NTU1NDk4Mg==&mid=2454663711&idx=1&sn=c2c66abc20f8e0900afe645ff1f552ac&chksm=88d55bd6bfa2d2c063ea15a4e8864c197009b49233c710b85725f1aa946836e15a26439c69a7&scene=178&cur_album_id=3204997940193296389#rd) |
| 35 | +- [AIdea Development Environment Tutorial (3): Windows Build Environment Setup](https://mp.weixin.qq.com/s?__biz=MzA3NTU1NDk4Mg==&mid=2454663731&idx=1&sn=2aa4841daeb8dc4132e8abe63f585996&chksm=88d55bfabfa2d2ecce8224dcf23da6f911d3d8324121d141fd5c0324197c6f4845dd63639ac2&scene=178&cur_album_id=3204997940193296389#rd) |
| 36 | +- [Flutter App Windows Installer Creation Tutorial](https://mp.weixin.qq.com/s?__biz=MzA3NTU1NDk4Mg==&mid=2454663689&idx=1&sn=73c93edd9ddacb2d4c36061cc79be059&chksm=88d55bc0bfa2d2d6ecaa7979835431467105d9572953f1e96c0f735df3fe60d4f6d6137f041d&scene=178&cur_album_id=3204997940193296389#rd) |
35 | 37 |
|
36 | | -> 有些小伙伴在编译的时候总是失败,非常令人抓狂,这并不是什么问题,而是 Flutter 特有的特性,随着 Flutter 版本的变化,编译失败是常态。 |
37 | | -> 保险起见,你可以参考我的本地环境配置: |
| 38 | +> Some users encounter build failures, which can be very frustrating. This is not a bug -- it is a known characteristic of Flutter. Build failures are common as the Flutter version changes. |
| 39 | +> To be safe, you can refer to my local environment configuration: |
38 | 40 | > |
39 | | ->  |
| 41 | +>  |
40 | 42 |
|
41 | | -## 私有化部署 |
| 43 | +## Self-Hosting / Private Deployment |
42 | 44 |
|
43 | | -如果你不想使用托管的云服务,可以自己部署服务端,[部署请看这里](https://github.com/mylxsw/aidea-server/blob/main/docs/deploy.md)。 |
| 45 | +If you do not want to use the managed cloud service, you can deploy the server yourself. [See deployment instructions here](https://github.com/mylxsw/aidea-server/blob/main/docs/deploy.md). |
44 | 46 |
|
45 | | -不想自己折腾,可以找我来帮你部署,详情参考 [服务器代部署说明](https://github.com/mylxsw/aidea-server/blob/main/docs/deploy-vip.md)。 |
| 47 | +If you prefer not to set it up yourself, you can contact me for assisted deployment. See [VIP Deployment Service](https://github.com/mylxsw/aidea-server/blob/main/docs/deploy-vip.md) for details. |
46 | 48 |
|
47 | | -## 技术交流 |
| 49 | +## Community & Support |
48 | 50 |
|
49 | | -- 微信技术交流群:请添加微信号 `x-prometheus` 为好友,拉你进群。 |
50 | | -- 微信公众号 |
| 51 | +- WeChat Tech Group: Add WeChat ID `x-prometheus` as a friend for an invitation to the group. |
| 52 | +- WeChat Official Account: |
51 | 53 |
|
52 | 54 | <img src="https://github.com/mylxsw/aidea-server/assets/2330911/376a3b9f-eacd-45c6-9630-39eb720ba097" width="500" /> |
53 | 55 |
|
54 | | -## 产品截图 |
| 56 | +## Screenshots |
55 | 57 |
|
56 | | -移动端 |
| 58 | +Mobile |
57 | 59 |
|
58 | | - |
| 60 | + |
59 | 61 |
|
60 | | -MacOS 端 |
| 62 | +MacOS |
61 | 63 |
|
62 | | - |
| 64 | + |
63 | 65 |
|
64 | | -Windows 端 |
| 66 | +Windows |
65 | 67 |
|
66 | | - |
| 68 | + |
67 | 69 |
|
68 | 70 | ## License |
69 | 71 |
|
|
0 commit comments