--- title: "Çarşı — Türkçe E-Ticaret NER" emoji: "🏪" colorFrom: green colorTo: red sdk: gradio sdk_version: "5.12.0" app_file: app.py pinned: true license: apache-2.0 tags: - turkish - ner - e-commerce - named-entity-recognition - bert - token-classification short_description: "Turkish e-commerce NER with dual model" --- # 🏪 Çarşı — Türkçe E-Ticaret NER E-ticaret metinlerinden ürün, marka, fiyat, renk, beden ve daha fazlasını çıkaran NER sistemi. **Dual karşılaştırma:** Fine-tuned Turkish BERT ⚡ vs Qwen2.5-7B zero-shot 🧠 ## Entity Tipleri (7) | Entity | Örnek | |---|---| | PRODUCT | koşu ayakkabısı, t-shirt, cep telefonu | | BRAND | Nike, Samsung, Zara | | PRICE | 2.500 TL, 1.299,99 ₺ | | COLOR | kırmızı, lacivert, siyah | | SIZE | M, XL, 42 numara | | MATERIAL | deri, pamuklu, polyester | | GENDER | kadın, erkek, unisex | ## 👤 Geliştirici **Cihat Yıldız** — [HF Profile](https://huggingface.co/cihatyldz) | Proje | Domain | Mimari | |---|---|---| | 🪙 [Akçe](https://huggingface.co/spaces/cihatyldz/banka-gpt-turkce) | Bankacılık | Fine-tuned LLM | | 🐪 [Kervan](https://huggingface.co/spaces/cihatyldz/kervan-lojistik-rag) | Lojistik | RAG | | 🏥 [Şifahane](https://huggingface.co/spaces/cihatyldz/sifahane-turkish-medical) | Sağlık | Classifier vs LLM | | ⚖️ [Mizan](https://huggingface.co/spaces/cihatyldz/mizan-fact-checker) | Medya | RAG Fact-Checker | | 🏪 **Çarşı** | E-Ticaret | NER (Token Classification) |