metadata
title: SQuAD QA System
emoji: 🤖
colorFrom: pink
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
SQuAD QA Backend API
Production Flask backend powering the SQuAD Question-Answering platform.
Endpoints
GET /api/health— Health checkPOST /api/auth/register— Register a new userPOST /api/auth/login— LoginPOST /api/ask— Run QA inference (BERT / BiLSTM)