This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ResDream
/
MindPilot
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
feat: MindPilotUI
main
gjl
1 year ago
parent
26b4752e9c
commit
6e5f7a32d6
2 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
MindpilotUI
+5
-5
README.md
+ 1
- 0
MindpilotUI
@@ -0,0 +1 @@
Subproject commit f1ca14976bf78bcc4776a812b5700aff3824a26b
+ 5
- 5
README.md
View File
@@ -14,13 +14,16 @@
- **Hardware Compatibility** 💻: Supports CPU, GPU, and Ascend devices.
## Installation
- Clone
```bash
git clone https://github.com/ResDream/MindPilot.git
```
- Frontend
```bash
# Installation
cd MindPilotUI
yarn
```
```bash
# Build for Specific Platforms:
# For windows
$ yarn build:win
@@ -34,9 +37,6 @@
- Backend
```bash
# Clone the repository
git clone https://github.com/ResDream/MindPilot.git
# Install dependencies
pip install -r requirements.txt
```
Write
Preview
Loading…
Cancel
Save