File size: 1,110 Bytes
6ea7409
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: Trek WhatsApp AI
emoji: 🚴
colorFrom: red
colorTo: blue
sdk: docker
pinned: false
---

# Trek WhatsApp AI Chatbot

Trek Bicycle Turkey için WhatsApp üzerinden çalışan AI chatbot.

## Canlı Ortam
- **HuggingFace Space:** https://huggingface.co/spaces/SamiKoen/BF-WAB
- **Webhook:** Twilio WhatsApp entegrasyonu

## Teknoloji
- **GPT-4o:** Görsel mesajlar için (Vision)
- **GPT-5.2:** Metin mesajları için
- **BizimHesap API:** Stok sorguları
- **IdeaSoft XML:** Ürün bilgileri

## Ana Dosyalar
| Dosya | Açıklama |
|-------|----------|
| app.py | Ana uygulama |
| prompts.py | System promptları |
| smart_warehouse_with_price.py | Stok + fiyat sorgusu |
| intent_analyzer.py | Müşteri niyet analizi |
| store_notification.py | Mağaza bildirimleri |

## Deploy
HuggingFace'e push etmek için:
```bash
cd /tmp && rm -rf bf-wab-clone
git clone https://SamiKoen:TOKEN@huggingface.co/spaces/SamiKoen/BF-WAB bf-wab-clone
# Değişiklikleri yap
git add . && git commit -m "mesaj" && git push
```
# Last deploy: Mon, Jan 19, 2026  5:36:55 PM
# Deploy test: Mon, Jan 19, 2026  5:39:13 PM