Skip to content

deepaksaranay/Developed-AI-powered-exam-platform--FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ AI Exam Platform

An AI-powered backend system to generate STEM Multiple Choice Questions (MCQs) from any topic.


πŸ“Œ Overview

AI Exam Platform helps students and educators generate high-quality MCQs using a simple API.


πŸ”₯ Features

  • Generate MCQs from any topic
  • FastAPI backend
  • Modular architecture
  • Swagger API documentation

πŸ›  Tech Stack

  • FastAPI
  • Python
  • Pydantic

πŸš€ Run Project

pip install fastapi uvicorn
uvicorn app.main:app --reload

πŸ“‘ API Endpoint

POST /api/generate

Sample Input

{
  "topic": "Newton Laws",
  "difficulty": "medium",
  "num_questions": 3
}

πŸ“– API Docs

http://localhost:8000/docs


πŸ‘€ Author

Deepak Kumar


⭐ Star this repo if you like it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors