Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
title: Fish
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
tags:
|
| 9 |
-
- streamlit
|
| 10 |
pinned: false
|
| 11 |
-
|
| 12 |
-
license: apache-2.0
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|