- Divya Pratap Singh
- Aman Kumar
- Vikas Kumar
- Option 1: Run locally
Clone the repository
Install dependencies:
Run the Streamlit app:
pip install -r requirements.txt
streamlit run App.py
- Option 2: Run using Docker
Build the Docker image:
Run the Docker container:
docker build -t student-predictor .
docker run -p 8501:8501 student-predictor ```)
- Final Project Report
- Certificate VII Semester (Dated: December 2024).
- Certificate VIII Semester (Dated: May 2025).
- Synopsis
- Final Presentation
- Source Code
- Database dump (.sql file)
- If a web project, then a Docker file for deployment
- README (This file)