Py-Contributors / Student-s-Perform-Prediction

Students’ Performance Prediction Using Machine Learning Approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Performance Prediction

pycontributors logo

Student's Performance Prediction Web Application Using Machine Learning Approach

Problem Statement

Problem Statement - Predicting the Students performance using Machine learning based on their previous data and results for early prevention.

Introduction

How To Run

  • 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

Contributors

Contributing

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.

License

For open source projects,Under MIT License.

Project status

Author

About

Students’ Performance Prediction Using Machine Learning Approach

License:MIT License


Languages

Language:Jupyter Notebook 50.0%Language:JavaScript 26.4%Language:CSS 20.9%Language:HTML 1.8%Language:Python 0.9%