Code Monkey home page Code Monkey logo

daniel-was-taken / placement-prediction Goto Github PK

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

This project on placement prediction integrates machine learning with database management using MySQL for user authentication. The project involves data preprocessing, feature engineering, and the implementation of supervised learning techniques to train the model.

Python 1.76% Jupyter Notebook 92.74% CSS 3.42% HTML 2.07%
css decision-tree-classifier flask html machine-learning placement-prediction prediction decision-tree gaussian-naive-bayes knn-regression

placement-prediction's Introduction

Placement Prediction

Developed by daniel-was-taken, VaishnaviSawant1901, PremTatkari, rachelabe01

Placement Prediction System analyzes the previous year's student's historical data and predicts placement chances of "current students”. Students having better chance of placement are given the message as higher chance, if not then lower chance. We decided to select three algorithms, namely KNN, Decision tree and Random Forest.

The jupyter notebook (placement_model.ipynb) shows the comparision of the various algorithms such as the KNN regression, Decision Tree, Random Forest and GaussianNB out of which, Decision Tree has a higher accuracy score than the other algorithms.

How to run:

  1. Install venv on Windows by running: pip install virtualenv
  2. Create virtualenv by running: virtualenv environmentname
  3. Activate environment: environmentname\Scripts\activate
  4. Install python packages: pip install -r requirements.txt
  5. Run placement.py in VSCode by going to Run > Start Debugging OR simply pressing F5
  6. Run app: flask --app app run

NOTE:

  1. MySQL Workbench should be installed

Ref: https://www.w3schools.com/mysql/mysql_install_windows.asp

  1. Setup database in MySQL

Ref: https://codeshack.io/login-system-python-flask-mysql/

From the above link make the following changes:

  1. Database name from pythonlogin to login
  2. Table name from accounts to auth
  3. Column name from username to name

placement-prediction's People

Contributors

daniel-was-taken avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

premtatkari

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.