PatelAnjali/generative-QA-app
0
Generative Question Answering App
This is a Generative QA system built using:
- FastAPI
- Hugging Face Transformers (FLAN-T5)
- Custom frontend (HTML, CSS, JS)
Features
- Accepts context + question
- Generates natural language answers
- Deployed on Hugging Face Spaces using Docker
How it works
- Backend: FastAPI
- Model:
PatelAnjali/gen-qa-flan-t5 - Frontend served via FastAPI static files
