MSK34 commited on
Commit
dd31a7a
·
verified ·
1 Parent(s): 5508d07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -5
README.md CHANGED
@@ -3,7 +3,7 @@ title: Hurma CNN Classification
3
  emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
- sdk: docker
7
  app_port: 8501
8
  tags:
9
  - streamlit
@@ -12,9 +12,26 @@ short_description: CNN modeli kullanarak hurma türlerini sınıflandıran uygul
12
  license: mit
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
+ sdk: streamlit
7
  app_port: 8501
8
  tags:
9
  - streamlit
 
12
  license: mit
13
  ---
14
 
15
+ # Hurma Sınıflandırma Uygulaması
16
 
17
+ Bu proje, CNN modeli kullanarak hurma türlerini sınıflandırmak için geliştirilmiştir.
18
 
19
+ ## Kullanılan Model
20
+
21
+ Convolutional Neural Network CNN modeli kullanılmıştır.
22
+
23
+ ## Sınıflar
24
+
25
+ - Ajwa
26
+ - Galaxy
27
+ - Medjool
28
+ - Meneifi
29
+ - Nabtat Ali
30
+ - Rutab
31
+ - Shaishe
32
+ - Sokari
33
+ - Sugaey
34
+
35
+ ## Kullanım
36
+
37
+ Bir hurma görseli yükleyin. Model görseli analiz ederek hurma türünü tahmin eder.