Git Product home page Git Product logo

how_to_build_a_healthcare_startup's Introduction

Overview

This is the code for this video on Youtube by Siraj Raval on "How to Build a Healthcare Startup". The app uses PoseNet to detect human poses and a text to speech engine to speak to you. This emulates the role of a Yoga instructor! This code is unfinished, but meant to give you a starting point and guide so that you can build a profitable business using it or a similar idea.

Dependencies

All of these can be downloaded in a single command, see below.

  • PoseNet Model
  • Tensorflow Lite
  • Stripe
  • RazorPay
  • Flutter Text to Speech

Instructions

First install Flutter.

After download, from command line run this to install the dependencies

flutter packages get

Then run this command to run the app

flutter run

Alternatively you can open the app as a new flutter project in Android Studio after installing the Flutter plugin. See the video for instructions on how to do that.

TODO - please make a PR if you fix any of these

  • Firebase is integrated, but it still needs to be properly wired up to the login and signup pages.
  • Stripe and RazorPay are integrated, but each still need to be wired up to the Credit/Debit Card view i created.
  • Generate some text everytime a pose is detected, not just on startup.
  • Make the personal 0/10 score some meaningful metric, store it in Firebase.
  • PoseNet is integrated, but still needs to be replaced by YogaNet.

Wait what's YogaNet?

this is YogaNet. This person retrained a neural network to detect yoga poses and outputted the result as a TFLite file in their /models folder. Notice how in this flutter app, there is space to import TF Lite models. Integrate the Yoga Model into the app by replacing the existing posenet model.

Credits

Thanks to shaqian for her starter code.

how_to_build_a_healthcare_startup's People

Contributors

llsourcell avatar betapundit avatar testaccount553 avatar shaqian avatar

Watchers

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