hafsaimranattaria7115/student-performance-api
0
Student Performance API
FastAPI backend for predicting student exam scores and recommendations.
API Endpoints
- POST
/analyze- Predict score and get recommendations - GET
/docs- Interactive API documentation - GET
/- Health check
Usage
curl -X POST "https://[YOUR-USERNAME]-student-performance-api.hf.space/analyze" \
-H "Content-Type: application/json" \
-d '{...}'Model Details
- Trained on student performance dataset
- 19 input features (numeric + categorical)
- Predicts exam scores 0-100
