Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ Best run: `20260319_234135_b8fe6e` — bs=128 + stage lrs 3e-4/6e-5
|
|
| 80 |
|
| 81 |
```bash
|
| 82 |
git clone --branch MVP https://github.com/rkutyna/BirdBrained
|
| 83 |
-
cd
|
| 84 |
pip install -r requirements.txt
|
| 85 |
python download_models.py
|
| 86 |
streamlit run frontend/bird_gallery_frontend.py
|
|
|
|
| 80 |
|
| 81 |
```bash
|
| 82 |
git clone --branch MVP https://github.com/rkutyna/BirdBrained
|
| 83 |
+
cd BirdBrained
|
| 84 |
pip install -r requirements.txt
|
| 85 |
python download_models.py
|
| 86 |
streamlit run frontend/bird_gallery_frontend.py
|