Skip to Content
SmartQnA is released 🎉
DeploymentArchitecture

🏗️ System Architecture

Smart QnA is built on a scalable, modular stack.

🔧 Tech Stack

  • Frontend: React + TailwindCSS
  • Backend: FastAPI (Python)
  • Database: Amazon RDS (PostgreSQL)
  • Storage: AWS S3
  • AI Engine: Vision Transformers + LLMs
  • Hosting: Vercel (frontend), EC2 (backend)

🧭 Data Flow

  1. User interacts with UI
  2. FastAPI handles routing and logic
  3. PostgreSQL stores structured data
  4. AWS S3 stores scripts and media
  5. AI service compares answers and returns scores
Last updated on