Update README.md
This commit is contained in:
parent
d7a7d2cafd
commit
16f736593a
1 changed files with 3 additions and 3 deletions
|
|
@ -31,8 +31,8 @@ Microfon → faster-whisper (voce → text)
|
||||||
### 1. Cloneaza repo-ul
|
### 1. Cloneaza repo-ul
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/<user>/scoala-verde.git
|
git clone https://git.optospintronics.org/stefan.caramizoiu/Ecobot_Scoala_Verde.git EcoBotApp
|
||||||
cd scoala-verde
|
cd EcoBotApp
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Creeaza mediul virtual si instaleaza dependintele
|
### 2. Creeaza mediul virtual si instaleaza dependintele
|
||||||
|
|
@ -82,7 +82,7 @@ Deschide browserul la **http://localhost:8000**
|
||||||
## Structura proiectului
|
## Structura proiectului
|
||||||
|
|
||||||
```
|
```
|
||||||
scoala-verde/
|
EcoBotApp/
|
||||||
├── backend/
|
├── backend/
|
||||||
│ ├── main.py # FastAPI server (WebSocket)
|
│ ├── main.py # FastAPI server (WebSocket)
|
||||||
│ ├── stt.py # Speech-to-Text (faster-whisper)
|
│ ├── stt.py # Speech-to-Text (faster-whisper)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue