Predict colleges for Josaa councelling based on your rank using last year's data.
First make sure python (version >= 3.6), pip and git cli are installed and added in path.
Then:
git clone https://github.com/shivamsn97/CollegePredictor
cd CollegePredictor
pip install -r requirements.txt     # may be pip3 in case of linux systems.
python .     # may be python3 in case of linux systems.- Back button may not work on windows as expected
 - You will have to enter rank according to what you are expecting, like if you have selected OBC in caste, you should enter obc rank. Selecting multiple categories are not recommended.
 - If you have changed the source pdfs, you will need to run convert-pdfs.py to generate json from them. To do so, first you will need to install java, then a python module named tabula-py using 
pip install tabula-py - The schema of table inside the pdfs may be different for different pdfs. This program is made as per the official pdfs provided by jossa for councelling session 2019.
 - Please star the repo if it helped 😅