Skip to content

obsoftteam/Obsoft-Website

Repository files navigation

🎓 Student Evaluation System (OBE Final Project)

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.


🚀 Features

  • 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.

🗂️ Project Structure

Screenshot 2025-08-17 092828

⚙️ Installation & Setup

1️⃣ Clone the repository

git clone https://github.com/Vikaskoppoju/deepfake.git
cd deepfake

2️⃣ Create a virtual environment

python -m venv .venv
source .venv/bin/activate   # On Linux/Mac
.venv\Scripts\activate      # On Windows

3️⃣ Install dependencies

pip install -r requirements.txt

4️⃣ Apply migrations

python manage.py migrate

6️⃣ Run the development server

python manage.py runserver

Now visit 👉 http://127.0.0.1:8000/ in your browser.

📌 Usage

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6