Browse Source

feat: MindPilotUI

main
gjl 1 year ago
parent
commit
6e5f7a32d6
2 changed files with 6 additions and 5 deletions
  1. +1
    -0
      MindpilotUI
  2. +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
```


Loading…
Cancel
Save