Code Monkey home page Code Monkey logo

autoai-diabetes-prediction's Introduction

IBM Watson AutoAI - Diabetes Prediction

This project contains the Notebook and sample web app to test the model generated by AutoAI.

Want to learn about AutoAI and how it works? Visit this link to read the blog article from datawrangler.in

AutoAI Pipelines

What does this project contain?

  • Python Notebook generated automatically by AutoAI: Click here to have a look at the generated notebook.

Refer to this video on how to create an AutoAI service and deploy the model to production.

Python notebook generated by AutoAI

  • A Sample web app to utilize the deployed model as a web api for the prediction of the onset of Diabetes.

How to deploy the web app

WebApp for Diabetes Prediction

Make sure you have access to a target space with your model deployed and an IAM key generated for the model API to be invoked.

$ git clone https://github.com/datawrangl3r/autoai-diabetes-prediction.git
$ cd autoai-diabetes-prediction/webapp
  • Initialize a virtual environment:
$ python3 -m venv .
$ source bin/activate
  • Install the prerequisites:
$ pip install -r requirements.txt
  • Edit the file app.py to include the IAM key created from the previous step. Replace the text YOUR IAM KEY GOES HERE with your generated IAM key. Also, replace the text YOUR DEPLOYMENT ID GOES HERE with the created deployment key.

  • Finally, run the app using the command:

$ flask run
  • Now that the app is running, fire up your browser and visit http://localhost:8000 to access the web application.

WebApp for Diabetes Prediction

autoai-diabetes-prediction's People

Contributors

datawrangl3r avatar

Watchers

James Cloos avatar  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.