Skip to content

luharinos/CAPSLG

Repository files navigation

CAPSLG Logo

College Admission Predictor and
Smart List Generator (CAPSLG)

Heroku App Status Python Version Issues Language Count Requirements Top Language License: GPL-2.0 Size

A Django based web-project to compute probability of a student to secure admission in an Engineering college within the Mumbai region.


Pre-requisites

  • Python 3.5+ (If not available, kindly download from here)

  • Python Virtual Environment (optional), install virtual environment using:

    pip install virtualenv

Note: Virtual Environment isolates your project from other installed python packages thus, preventing package version dependencies.

Configuration

  1. Start python virtual enviroment. (optional)

    1. Create environment.
    virtualenv [environment_name]
    1. Activate environment.
    cd [environment_name]      
    \Scripts\activate
  2. Create a folder named mysite in the [environment_name] folder.

  3. Clone or download the repository inside the mysite folder.

    cd mysite
    git clone https://github.com/raoniz/CAPSLG.git
  4. Install all the required python packages.

    pip install -r requirements.txt
  5. Run the server.

    python manage.py runserver
  6. Visit the local server at http://localhost:8000/index/

Contributors


Viral Limbani

Rahul Soni

Meet Kataria

About

College Admission Predictor and Smart List Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published