CoolFace
Apppublic

PatelAnjali/generative-QA-app

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
App README

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