Update README.md

This commit is contained in:
Stefan Caramizoiu 2026-04-01 08:32:40 +00:00
parent d7a7d2cafd
commit 16f736593a

View file

@ -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)