Spaces:
Sleeping
Sleeping
File size: 896 Bytes
44f555b c71be75 44f555b c71be75 44f555b c71be75 | 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 | ---
title: FakeGuard-TH API
emoji: 🛡️
colorFrom: red
colorTo: pink
sdk: docker
app_port: 7860
pinned: false
---
# FakeGuard-TH API
Backend API สำหรับตรวจสอบความน่าเชื่อถือของข่าวภาษาไทย
(โครงงาน JSTP รุ่นที่ 29 — ปริพัฒน์ รอดหยู่)
ให้บริการโมเดลครบทั้ง 3 ตัว: SVM + TF-IDF, Random Forest + TF-IDF,
และ WangchanBERTa (fine-tuned) — โหลดจาก Hugging Face Model Hub ตอน start
## Endpoints
- `GET /api/health`
- `GET /api/models` — metrics เปรียบเทียบ 3 โมเดล
- `POST /api/predict` — `{"text": "...", "model": "svm|random_forest|wangchanberta"}`
โค้ดต้นทางเต็ม: https://github.com/potter59163/FakeGuard-TH
|