Django REST API that predicts student performance using machine learning.
cd student_ml
python manage.py runserverPOST /api/predict/
{
"hours_studied": 6,
"previous_scores": 78,
"extracurricular": true,
"sleep_hours": 7,
"sample_papers": 3
}This repository is configured for one-click deployment to Render using the render.yaml blueprint.
- Fork/clone this repository
- Connect to Render
- Deploy as Blueprint
The API will be available at your Render URL + /api/predict/