Spaces:
Sleeping
Sleeping
hç commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,35 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Aerial Cactus Identifier
|
| 3 |
+
emoji: 🌵
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.32.2"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# 🌵 Aerial Cactus Identifier
|
| 13 |
+
|
| 14 |
+
This application allows you to upload a 32x32 aerial image and predicts whether a cactus is present or not using a trained CNN model.
|
| 15 |
+
|
| 16 |
+
...
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
# 🌵 Aerial Cactus Identification - Streamlit App
|
| 22 |
+
|
| 23 |
+
Bu uygulama, Kaggle'daki **Aerial Cactus Identification** yarışması için geliştirilmiş bir görüntü sınıflandırma modeline dayanmaktadır.
|
| 24 |
+
|
| 25 |
+
## Özellikler
|
| 26 |
+
- CNN ile 32x32 px görüntülerde kaktüs tespiti
|
| 27 |
+
- Streamlit ile etkileşimli görsel yükleme ve tahmin
|
| 28 |
+
- HuggingFace veya lokal çalıştırma desteği
|
| 29 |
+
|
| 30 |
+
## Kullanım
|
| 31 |
+
1. `cactus_model.h5` dosyasını aynı klasöre koyun.
|
| 32 |
+
2. Terminalde çalıştırın:
|
| 33 |
+
|
| 34 |
+
```bash
|
| 35 |
+
streamlit run app.py
|