An AI-powered backend system to generate STEM Multiple Choice Questions (MCQs) from any topic.
AI Exam Platform helps students and educators generate high-quality MCQs using a simple API.
- Generate MCQs from any topic
- FastAPI backend
- Modular architecture
- Swagger API documentation
- FastAPI
- Python
- Pydantic
pip install fastapi uvicorn
uvicorn app.main:app --reloadPOST /api/generate
{
"topic": "Newton Laws",
"difficulty": "medium",
"num_questions": 3
}Deepak Kumar
β Star this repo if you like it!