A Django-based web application for academic performance tracking and evaluation of students.
This system helps educators and institutions manage student assessments, track progress, and analyze outcomes in a structured way.
- Student performance tracking and evaluation.
- Role-based access (Admin / Faculty / Student).
- Dashboard to visualize academic progress.
- Secure authentication and user management.
- Upload and manage student assessment data.
- Generate reports for student outcomes.
git clone https://github.com/Vikaskoppoju/deepfake.git
cd deepfakepython -m venv .venv
source .venv/bin/activate # On Linux/Mac
.venv\Scripts\activate # On Windowspip install -r requirements.txtpython manage.py migratepython manage.py runserverNow visit 👉 http://127.0.0.1:8000/ in your browser.
-
Admins can add/manage students, courses, and assessments.
-
Faculty can record and evaluate student performance.
-
Students can log in to view their progress and reports.