ESMATUGBA commited on
Commit
f46ec70
·
verified ·
1 Parent(s): 9661923

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -14
README.md CHANGED
@@ -1,20 +1,40 @@
1
  ---
2
- title: Fish Classification System
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Fish-Classification-System
12
- license: apache-2.0
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).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Fish Species Identifier
3
+ emoji: 🐟
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: streamlit
7
+ app_file: app.py
 
 
8
  pinned: false
9
+ license: mit
 
10
  ---
11
 
12
+ # 🐟 Fish Species Classification / Balık Türü Sınıflandırma
13
 
14
+ This project uses Deep Learning to identify 9 different fish species with high accuracy.
15
+ Bu proje, 9 farklı balık türünü yüksek doğrulukla tanımlamak için Derin Öğrenme tekniklerini kullanır.
16
 
17
+ ## 🚀 Project Details / Proje Detayları
18
+ - **Architecture / Mimari:** MobileNetV2 (Transfer Learning)
19
+ - **Input Size / Giriş Boyutu:** 170x170 pixels
20
+ - **Accuracy / Doğruluk:** ~99%
21
+ - **Frameworks / Kütüphaneler:** TensorFlow, Keras, Streamlit, OpenCV
22
+
23
+ ## 📂 Supported Species / Desteklenen Türler
24
+ The model is trained on the following species / Model aşağıdaki türler üzerinde eğitilmiştir:
25
+ - **Black Sea Sprat** / Karadeniz Çaça
26
+ - **Gilt-Head Bream** / Çipura
27
+ - **Horse Mackerel** / İstavrit
28
+ - **Red Mullet** / Barbun
29
+ - **Red Sea Bream** / Mercan
30
+ - **Sea Bass** / Levrek
31
+ - **Shrimp** / Karides
32
+ - **Striped Red Mullet** / Tekir
33
+ - **Trout** / Alabalık
34
+
35
+ ## 🛠️ Installation / Kurulum
36
+ To run this project locally / Yerel bilgisayarınızda çalıştırmak için:
37
+ 1. Clone the repository / Depoyu klonlayın.
38
+ 2. Install dependencies / Gerekli kütüphaneleri yükleyin:
39
+ ```bash
40
+ pip install -r requirements.txt