Coder Social home page Coder Social logo

admission_prediction's Introduction

Admission_Prediction

Graduate Admission Prediction Model
A graduate application is to be completed by a student who wants to enroll in a Master's or doctoral degree. A graduate application will be reviewed by the department that the student applies to by a Graduate Program Director and/or an admissions committee.
So in this dataset we will predict the chance of getting admitted to the applied branch or college based on GRE score, TOEFL score, University ranking, SOP, LOR, CGPA and Research papers published.
This is a Regression Problem.

From the notebook it is very much clear that, Linear Regression returned maximum score. Thus the model is built on the basis of Linear Regression Algorithm.

Dataset

Kaggle.

GitHub

Commands to run the model on local machine

Creating a virtual environment for the model

conda create --prefix ./env python=3.8 -y

Activating the virtual environment

conda activate ./env

Installing the Required Libraries

pip install -r requirements.txt

Testing the model on localhost

python predict.py

Commands to build and run the model using Docker container

Building the Docker image of the Model

docker image build -t admn-pred .

Running the docker container

docker run -p 5000:5000 -d admn-pred

Pushing the Docker container to DockerHub

docker tag admn-pred rohandhanraj/admission-prediction

docker push rohandhanraj/admission-prediction

Deployment

Platform: Heroku
Code Repo: GitHub

Pushing Code to GitHub

git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/rohandhanraj/Admission_Prediction
git push -u origin main

Deploying on Heroku

heroku login

heroku git:remote -a admn-predixn

git push heroku main

Public Endpoint:

Check the application at: https://admn-predixn.herokuapp.com/

admission_prediction's People

Contributors

rohandhanraj avatar rohan-dhanraj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.