ESMATUGBA commited on
Commit
8d7ea54
·
verified ·
1 Parent(s): 59b9886

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -9
README.md CHANGED
@@ -3,18 +3,47 @@ title: Boundary Detection 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: Boundary-Detection-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).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
+ sdk: streamlit
 
 
 
7
  pinned: false
8
+ short_description: CNN-based Boundary Detection System for BSDS500
9
  license: apache-2.0
10
  ---
11
 
12
+ # 🎯 CNN Boundary Detection System (Edge Detection)
13
+ ## CNN Tabanlı Kenar ve Sınır Tespit Sistemi
14
 
15
+ ### 📝 Project Overview / Proje Özeti
16
+ **EN:** This project is a Deep Learning application that detects object boundaries in images. It uses a custom Convolutional Neural Network (CNN) architecture trained on the **BSDS500 (Berkeley Segmentation Dataset)**.
17
 
18
+ **TR:** Bu proje, görüntülerdeki nesne sınırlarını tespit eden bir Derin Öğrenme uygulamasıdır. **BSDS500 (Berkeley Bölütleme Veri Seti)** üzerinde eğitilmiş özel bir Evrişimli Sinir Ağı (CNN) mimarisi kullanır.
19
+
20
+ ---
21
+
22
+ ### 🚀 Key Features / Temel Özellikler
23
+ * **Custom CNN Architecture:** Built from scratch using TensorFlow/Keras. (Sıfırdan inşa edilmiş CNN mimarisi.)
24
+ * **Dual-Language UI:** Streamlit interface in both English and Turkish. (Türkçe ve İngilizce arayüz.)
25
+ * **Centered & Side-by-Side:** Professional layout for comparison. (Karşılaştırma için yan yana ve ortalanmış profesyonel düzen.)
26
+ * **Smart Overlay:** Visualizes detected edges in green. (Tespit edilen kenarları yeşil renk ile görselleştirir.)
27
+
28
+ ---
29
+
30
+ ### 🛠️ Technical Details / Teknik Detaylar
31
+ * **Input Size:** 168x168 pixels.
32
+ * **Dataset:** BSDS500.
33
+ * **Backend:** Python, TensorFlow, OpenCV.
34
+ * **Frontend:** Streamlit.
35
+
36
+ ---
37
+
38
+ ### 📂 How to Use / Nasıl Kullanılır?
39
+ 1. **EN:** Upload an image using the "Browse files" button.
40
+ 2. **TR:** "Browse files" butonunu kullanarak bir resim yükleyin.
41
+ 3. **Result:** The model will show the original image and the boundary prediction side-by-side. (Model, orijinal resmi ve sınır tahminini yan yana gösterecektir.)
42
+
43
+ ---
44
+
45
+ ### 🎓 Academic Context / Akademik Bağlam
46
+ **EN:** Developed for Computer Vision / Deep Learning coursework.
47
+ **TR:** Bilgisayarlı Görü / Derin Öğrenme ders ödevi kapsamında geliştirilmiştir.
48
+
49
+ ---