Django Web-App for Campus Placement Salary Prediction
-
Clone the project
git clone https://github.com/vedantrokde/Placement-Salary-Prediction.git
-
Create a virtual environment using venv
python -m venv env source ./env/Scripts/activate
-
Make sure you are in Placement-Salary-Prediction folder
Install all dependencies
pip install -r requirements.txt
Run Migrations
python manage.py makemigrations python manage.py migrate
Run Server
python manage.py runserver
And you are good to go!!!
Go to website already deployed on heroku . . .
In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/ to view website locally.
-
Download Campus Recruitment Dataset in same directory
-
Run save_model :
python save_model.py
-
Save created pickel models in /Placement-Salary-Prediction/myapp/models/.
Refer to scikit-learn for any modification required!