Skip to content

Predict College and Branch you are likely to get into based on you percentile, quota, gender for JEE Mains 2020!

License

Notifications You must be signed in to change notification settings

feyre-2001/CollegePredictor

Repository files navigation

JEE Mains 2020 College Predictor

The website : https://collegepredictor.ml/

This predictor uses the dataset provided by JoSAA to predict the colleges an engineering aspirant may get. If no rank is provided, the app predicts the rank using Linear Regression.

Web Demo

Technology Stack

  • Python
  • HTML
  • CSS
  • Bootstrap
  • Jinja
  • Flask
  • ML Libraries: numpy, pandas, sk-learn, matplotlib

Dataset

Joint Seat Allocation Authority (JoSAA) 2020

For Local Use:

  • Clone this Github repository.
  • Open a CLI and navigate to this repo on your local system.
  • Run pip3 install -r requirements.txt to grab all the necessary packages.
  • If you are using virtual environment for the first time then copy the following code:
virtualenv venv -p C:/Users/username/AppData/Local/Programs/Python/Python38/python.exe

.\venv\Scripts\activate

set FLASK_APP=run.py
set FLASK_ENV=development

flask run

Where username is the current user.

Run Using Docker:

docker-compose up --build

Todo

  • Mobile Optimization
  • Having more features in dataset
  • SEO Friendly

License

This project is licensed under MIT License.

Pull requests are more than welcome! :octocat:

About

Predict College and Branch you are likely to get into based on you percentile, quota, gender for JEE Mains 2020!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published