commited on
Commit
3eaed27
·
verified ·
1 Parent(s): f7f6ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -15
README.md CHANGED
@@ -1,15 +1,35 @@
1
- # 🌵 Aerial Cactus Identification - Streamlit App
2
-
3
- Bu uygulama, Kaggle'daki **Aerial Cactus Identification** yarışması için geliştirilmiş bir görüntü sınıflandırma modeline dayanmaktadır.
4
-
5
- ## Özellikler
6
- - CNN ile 32x32 px görüntülerde kaktüs tespiti
7
- - Streamlit ile etkileşimli görsel yükleme ve tahmin
8
- - HuggingFace veya lokal çalıştırma desteği
9
-
10
- ## Kullanım
11
- 1. `cactus_model.h5` dosyasını aynı klasöre koyun.
12
- 2. Terminalde çalıştırın:
13
-
14
- ```bash
15
- streamlit run app.py
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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