AI-Based Student Performance Prediction System

Enter student academic and lifestyle details to predict performance.

{% if prediction %}

Prediction: {{ prediction }}

Prediction Confidence: {{ probability }}%

{% endif %} {% if error %}

Error

{{ error }}

{% endif %}