|
1 | 1 | # AigcPanel
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 |
| -## Guide |
| 5 | +## 软件介绍 |
6 | 6 |
|
7 |
| -【[中文文档](./README-CN.md)】 【[English](./README.md)】 |
| 7 | +`AigcPanel` 为简化模型本地调用面板工具,支持语音合成、语音克隆,一键导入和使用AI模型。 |
8 | 8 |
|
9 |
| -`AigcPanel` is an all-in-one mobile phone connection assistant that can easily connect `Android` and computers. After connecting the phone, you can screen mirroring, GIF/MP4 screen recording, screenshots, file management, and phone operation. |
| 9 | +## 功能特性 |
10 | 10 |
|
11 |
| -## Features |
| 11 | +- 支持语音合成、语音克隆 |
| 12 | +- 支持 cosyvoice 语音模型 |
| 13 | +- 支持多模型导入、模型设置、模型启动停止、模型日志查看 |
| 14 | +- 支持国际化,支持简体中文、英语 |
12 | 15 |
|
13 |
| -- multiple phone connect supported |
14 |
| -- screen mirroring, based on scrcpy, support phone operation |
15 |
| -- screenshot, image beautifier will be opened automatically after screenshot |
16 |
| -- GIF/MP4 screen recording |
17 |
| -- application management |
18 |
| -- file management, support upload/download/delete |
19 |
| -- shell command, support adb, screen command and phone shell command |
20 |
| -- 1i8n support, English/Simplified Chinese supported |
| 16 | +## 功能预览 |
21 | 17 |
|
22 |
| -## Previews |
| 18 | +### 语音克隆 |
23 | 19 |
|
24 |
| -### Screen mirroring |
| 20 | + |
25 | 21 |
|
26 |
| - |
| 22 | +### 语音合成 |
27 | 23 |
|
28 |
| -### Screen recording |
| 24 | + |
29 | 25 |
|
30 |
| - |
| 26 | +### 模型导入 |
31 | 27 |
|
32 |
| -### Screenshot |
| 28 | + |
33 | 29 |
|
34 |
| - |
| 30 | +### 模型设置 |
35 | 31 |
|
36 |
| -### Command line |
| 32 | + |
37 | 33 |
|
38 |
| - |
| 34 | +### 模型日志 |
39 | 35 |
|
40 |
| -### App management |
| 36 | + |
41 | 37 |
|
42 |
| - |
| 38 | +### 关于 |
43 | 39 |
|
44 |
| -## Get the app |
| 40 | + |
| 41 | + |
| 42 | +## 安装使用 |
45 | 43 |
|
46 | 44 | ### Windows
|
47 | 45 |
|
48 |
| -- download Windows installer from [https://aigcpanel.com](https://aigcpanel.com) |
| 46 | +- 访问 [https://aigcpanel.com](https://aigcpanel.com) 下载 Windows 安装包,一键安装即可 |
49 | 47 |
|
50 | 48 | ### MacOS
|
51 | 49 |
|
52 |
| -- download MacOS installer from [https://aigcpanel.com](https://aigcpanel.com) |
53 |
| -- install `scrcpy` manually, refer to [scrcpy tutorial](https://github.com/Genymobile/scrcpy) |
54 |
| - - [https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md](https://github.com/Genymobile/scrcpy/blob/master/doc/macos.md) |
| 50 | +- 访问 [https://aigcpanel.com](https://aigcpanel.com) 下载 MacOS 安装包,一键安装完成; |
55 | 51 |
|
56 | 52 | ### Linux
|
57 | 53 |
|
58 |
| -- download Linux installer from [https://aigcpanel.com](https://aigcpanel.com) |
59 |
| -- install `scrcpy` manually, refer to [scrcpy tutorial](https://github.com/Genymobile/scrcpy) |
60 |
| - - [https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md](https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md) |
| 54 | +- 访问 [https://aigcpanel.com](https://aigcpanel.com) 下载 Linux 安装包,一键安装完成; |
| 55 | + |
61 | 56 |
|
62 |
| -## We uses |
| 57 | +## 技术栈 |
63 | 58 |
|
64 | 59 | - `electron`
|
65 | 60 | - `vue3`
|
66 | 61 | - `typescript`
|
67 | 62 |
|
68 |
| -## Development |
| 63 | +## 本地运行开发 |
69 | 64 |
|
70 |
| -> only node 20 tested |
| 65 | +> 仅在 node 20 测试过 |
71 | 66 |
|
72 | 67 | ```shell
|
73 |
| -# install dependencies |
| 68 | +# 安装依赖 |
74 | 69 | npm install
|
75 |
| -# run in dev mode |
| 70 | +# 调试运行 |
76 | 71 | npm run dev
|
77 |
| -# build |
| 72 | +# 打包 |
78 | 73 | npm run build
|
79 | 74 | ```
|
80 | 75 |
|
81 |
| -## Thanks |
| 76 | +## 本程序中使用到了以下开源项目,特此感谢 |
82 | 77 |
|
83 |
| -- [image-beautifier](https://github.com/CH563/image-beautifier) |
84 |
| -- [scrcpy](https://github.com/Genymobile/scrcpy) |
85 |
| -- [adb](https://developer.android.com/studio/command-line/adb) |
86 |
| -- [ffmpeg](https://ffmpeg.org/) |
| 78 | +- [CosyVoice](https://github.com/FunAudioLLM/CosyVoice) |
87 | 79 |
|
88 | 80 | ## License
|
89 | 81 |
|
|
0 commit comments