Student's Performance Prediction Web Application Using Machine Learning Approach
Problem Statement - Predicting the Students performance using Machine learning based on their previous data and results for early prevention.
- Install python3
- pip install pipenv
Go to Base-Directory run following commands to start server
pipenv install
pipenv shell
python manage.py runserver
# migrate database for user/admin login
python manage.py migrate
# to create admin user
python manage.py createsuperuser
visit https://localhost:8000 on your pc
- Deepak Raj - Django, ML, Frontend
- Shubham Pawar - Maintainer, ML Modeling and Analyis
- Deepak Kumar - ML Modeling and analysis
- - Frontend Part
Before submitting a bug, please do the following:
Perform basic troubleshooting steps:
- Make sure you are on the latest version. If you are not on the most recent version, your problem may have been solved already! Upgrading is always the best first step.
- Try older versions. If you are already on the latest release, try rolling back a few minor versions (e.g. if on 1.7, try 1.5 or 1.6) and see if the problem goes away. This will help the devs narrow down when the problem first arose in the commit log.
- Try switching up dependency versions. If the software in question has dependencies (other libraries, etc) try upgrading/downgrading those as well.
For open source projects,Under MIT License.
- Project : Student Performance Prediction
- Author : Py-Contributors
- Maintainer : Shubham Pawar
- Language : Python
- Github : https://github.com/Py-Contributors/