Coder Social home page Coder Social logo

saurabhsinghdhami / placement-prognosticator Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 17 KB

This app utilizes machine learning to predict student placement outcomes based on CGPA, IQ, and Profile Score, aiding both students and institutions in crucial placement decisions.

Python 3.82% HTML 3.27% Jupyter Notebook 92.91%
machine-learning placement-prediction predictive-analytics python

placement-prognosticator's Introduction

Placement-Prognosticator ๐Ÿš€

Overview ๐Ÿ“š

Placement-Prognosticator is a Flask web application designed to predict whether a student will be placed based on their CGPA, IQ, and Profile Score. The prediction model utilizes machine learning algorithms, specifically a Support Vector Classifier (SVC) and a Random Forest Classifier.

Web Application ๐ŸŒ

The Flask web application (app.py) serves as the primary entry point. Users can interact with the application through a web browser, providing input for CGPA, IQ, and Profile Score to receive predictions regarding a student's placement status.

Instructions to Run the Web Application โš™๏ธ

To run the web application, follow these steps:

  1. Ensure you have the required Python packages installed. Install them using the following command:

    pip install -r requirements.txt
    
  2. Run the Flask application by executing the following command in your terminal:

    python app.py
    
  3. Open your web browser and navigate to http://127.0.0.1:5000/ to access the web application.

Machine Learning Model ๐Ÿค–

The machine learning model is trained using the placement_prognosticator.ipynb Jupyter Notebook. The notebook covers the following steps:

  • Data loading and exploration.
  • Splitting the data into training and testing sets.
  • Training machine learning models (Logistic Regression, Random Forest, Support Vector Classifier).
  • Saving the trained model (model.pkl) using pickle.

Project Dependencies ๐Ÿ› ๏ธ

The required Python packages for running the web application and training the machine learning model are listed in the requirements.txt file. Install these dependencies using the command mentioned above.

placement-prognosticator's People

Contributors

saurabhsinghdhami avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

gurunathan055

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.