Git Product home page Git Product logo

ashokkumar-k / machine-learning-projects Goto Github PK

View Code? Open in Web Editor NEW
105.0 2.0 16.0 26.69 MB

Machine Learning - End to End Data Science Projects

Home Page: https://ashok-machine-learning-project.herokuapp.com/

License: Apache License 2.0

Jupyter Notebook 97.36% Python 0.15% HTML 0.30% CSS 0.06% JavaScript 2.13%
iris-classification loan-prediction weight-prediction gender-classification flask-application boston-housing-price-prediction

machine-learning-projects's Introduction

Machine Learning Projects

Table of Contents

Demo

All Projects

Overview

This repository consists of various machine learning projects in which each projects was done as end to end projects which means from Data Collection through feature engineering, feature selecion to Deployment and Maintainance. The whole app was built with Flask framework. You can launch my app by clicking here.

For building machine learning models, I have used scikit-learn alias sklearn.

The model was deployed on Heroku platform which is a platform-as-a-service.

Motivation

While most of the students like me spending their precious time on PUBG, I decided to spend my precious time on learning to gear up my knowledge and my life. During this lockdown period I have learnt countless things related to Data Science and Machine Learning such as Data Preprocesing, Exploratory Data Analysis using NumPy and Pandas, Feature Engineering, Feature Selection, Feature Scaling, Visualization Techniques using Matplotlib and Seaborn and various Machine Learning Algorithms from scratch along with Hyper Parameter Tuning. Later I want to do some projects for the society with my knowledge. So I have started with some beginner level projects to learn some more data related concepts and techniques and step on to some advanced level projects while progressing.

I always love to share my knowledge with my friends and helps on solving their coding related problems with my best and they also help me on learning new things and keeps motivating me. Though it is a small range of community, I want to share my knowledge to everyone. Whenever I wants relaxation, I write blogs to stay relevant. You can see all my blogs by clicking here.

Projects Done

Here I have listed all the projects that I have done and strats from latest projects.

Project No Project Name Start Date End Date GitHub Blog App Link
5. Boston Housing Price Prediction 10-Jul-2020 11-Jul-2020 Boston Housing Boston Housing -
4. Loan Status Prediction 01-Jul-2020 07-Jul-2020 Loan Status Loan Status -
3. Iris Species Classification 27-Jun-2020 30-Jun-2020 Iris Species Iris Species -
2. Gender Classification 18-Jan-2020 31-Jan-2020 Gender - -
1. Weight Prediction 12-Jan-2020 17-Jan-2020 Weight - -

Upcoming Projects

Project No Project Name Start Date End Date GitHub Blog App Link
6. Mobile Price Prediction 15-Jul-2020 Present Mobile Price Mobile Price -

Technical Aspects

Since we can deploy atmost 5 app in Heroku as a free service, I came up with a new idea of deploying all my projects in a single web app and controlling the each projects navigation with Flask and Python.

Some extra-ordinary features that I have included in my app :

  • Visualizing Probability of classifcation in each classification type problems.
  • Added all the details about the projects such as data source, code source, libraries and frameworks used in each project's description.
  • All my end to end projects in a single view.

Installation

To run my app on your local machine, do the following steps.

Step 1 :

  • I have written the Code with Python 3.7.7. If you don't have Python installed you can find it here.
  • If you are using a lower version of Python you can upgrade using the pip package, kindly ensure that you have the latest version of pip.

Step 2 :

  • If you want the current version of my repository to be in your github, you can do forking my repository by clicking as shown in the picture below.
  • Clone my repository to your local machine by running the following command. Before doing this, you have to install git on your machine and make sure you are having proper internet connection.

    • For Windows OS user, open git bash and run the following command.
    git clone https://github.com/ASHOKKUMAR-K/Machine-Learning-Projects.git
    • For Linus OS user, open Terminal and run the following command.
    git clone https://github.com/ASHOKKUMAR-K/Machine-Learning-Projects.git
  • If you don't want to mess up with all these things, you can just download the zip file of my GitHub repository by clicking here and extract it to any file location as your wish and then use it.

  • Now we have done with the downloading of my whole project.

Step 3 :

  • After downloading the whole repo, get into the main folder by hit the following command in git bash for Windows OS users and Terminal for Linux OS users.
cd Machine-Learning-Projects

Step 4 :

  • Now we are going to install all the dependency libraries for this project. Before that you must have Python 3.7.7 and latest version of pip.
  • To install all the dependency libraries in a single command, run the following command.
pip install -r requirements.txt

Step 5 :

  • After installing all the dependency libraries, you are ready to run my app on your local machine.
  • To launch my app on your local machine, hit the following command.
python ml_projects.py

Run

  • Now you have successfully launched my app on your local machine.

  • To view my app, hit the following URL in any of the browser such as Chrome, FireFox, etc..,

    http://127.0.0.1:3000/

Deployment on Heroku

  • After successfully running my app on your local machine, you can also deploy my app on heroku by following the steps given on Heroku Documentation. You have to do it on your own risk.
  • In case, if you have any issues on deploying the app, please open a new issue by clicking here. Because it may help others while deploying.

Directory Tree

Machine-Learning-Projects
├── 01.Iris_Species_Classification
├── 02.Loan_Status_Prediction
├── 03.Gender_Classifcation
├── 04.Weight_Prediction
├── 05.Boston_House_Price_Prediction
├── data
│   ├── ML_Projects.csv
│   └── social-media-links.csv
├── Demos
├── models
├── py_modules
│   ├── __pycache__
│   └── data_extraction.py
├── static
│   ├── css
│   ├── files
│   ├── images
│   └── js
├── templates
│   ├── base.html
│   ├── all_projects.html
│   ├── weight_predictor.html
│   ├── gender_classifier.html
│   ├── iris_species_classifier.html
│   ├── loan_status_predictor.html
│   └── boston_house_price_predictor.html
├── LICENSE.txt
├── ml_projects.py
├── Procfile
├── requirements.txt
├── runtime.txt
└── README.md

To Do

These features will be added in the future :

  1. Connecting my portfolio app with this project app very soon.
  2. Using Exception handling for handling invalid input.
  3. Adding a link to the data source in the project description popup modal.
  4. Adding GitHub link to each projects in both description popup modal and project page.
  5. Adding better visualization charts for classification type problems.
  6. Adding visualization for regrerssion type problems.

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Technologies Used

PythonAnacondaFlaskMatplotlib Seabornscikit-learnPandasNumPygunicornbootstrap

Team

ASHOK KUMAR K

License

Copyright 2020 ASHOK KUMAR K

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Credits

  1. Kaggle - I have collected dataset from kaggle for some of the projects such as Loan Status Prediction, Iris Species Classification, Boston House Price Prediction, etc..,

machine-learning-projects's People

Contributors

ashokkumar-k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

machine-learning-projects's Issues

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.