Code Monkey home page Code Monkey logo

test-django's Introduction

Overview

  • Welcome to the Diabetes Prediction System, the second project of my internship at MeriSKILL.

  • As a data analyst, I've developed this Python-based application to predict the likelihood of an individual having diabetes using machine learning techniques.

  • The predictive model, built with scikit-learn's logistic regression, boasts an accuracy score of approximately 0.81. To make the system accessible and user-friendly, I've deployed it using Django, creating a local server for seamless interaction.

  • Video Presentation: Click here

  • Linkedin Post: Click here

Features

  • Machine Learning Model: Utilizes logistic regression for diabetes prediction, achieving an accuracy score of approximately 0.81.

  • Web Application: The model is deployed using Django, providing a user-friendly interface for input and displaying the prediction results.

Libraries Used

  • NumPy: Fundamental package for scientific computing with Python.

  • Pandas: Data manipulation and analysis library.

  • Seaborn: Statistical data visualization.

  • scikit-learn: Machine learning library for classification, regression, and clustering.

  • joblib: Library for lightweight pipelining in Python.

Installation

  1. Clone the repository:

    git clone https://github.com/MohdAkif919/Diabetes-Prediction-System.git
    
  2. Navigate to the project directory:

    cd Diabetes-Prediction-System
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Run the Django development server:

    python manage.py runserver
    
  2. Access the application:

  3. Input relevant features:

    • Fill out the form with the required information. This typically includes input fields for features such as age, BMI, blood pressure, etc.
  4. Get the prediction:

    • Click the "Submit" button to send the input data to the machine learning model.
    • The system will then provide a prediction for the likelihood of diabetes based on the input values.

Screenshots

  1. Home Page

image

  1. Non-Diabetes Patient

image image

  1. Diabetes Patient

image image

Internship at MeriSKILL

This project serves as the second project in my internship at MeriSKILL, where I hold the position of a data analyst. I am excited to contribute to the organization's goals and further enhance my skills in data analysis.

test-django's People

Contributors

0xkarma 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.