Difference between revisions of "Watch me Build a Healthcare Startup"

From
Jump to: navigation, search
Line 22: Line 22:
 
* [[Word2Vec]]  
 
* [[Word2Vec]]  
  
I've built an app called Artificial Advisor that helps you manage your personal finances. After connecting to your bank account, it automatically categorizes your transactions and helps you allocate a monthly budget. You can ask the app questions about your budget and it will also make automated investment decisions for you in several stocks in the industry of your choosing. In this lecture, i'll explain the code and thought process I used to build it so that you can build your own finance startup. I used [[TensorFlow]] + [http://firebase.google.com/ Firebase] + [http://plaid.com/ Plaid] + [[DialogFlow]]  + [http://alpaca.markets/ Alpaca] to build this. Enjoy!  [http://github.com/llSourcell/Watch-Me-Build-a-Finance-Startup Code for "Watch Me Build a Finance Startup" | Siraj Raval - GitHub]
+
I'm going to show you the entire process I used to conceive, design, and build the prototype for a healthcare startup business! This app is called "Macy", your personal Yoga Instructor. It uses a machine learning model called PoseNet to detect human poses and overlay a skeleton stick figure on top. I retrained posenet on labeled Yoga poses images so it could detect when a person correctly performs a certain pose, then i used speech generation to have the Flutter app guide your actions from pose to pose, just as a real Yoga instructor would do. The goal is to help a user reduce stress, anxiety, and depression through a series of guide meditative poses. I've integrated a subscription service and some interesting design schemes, but the app isn't finished! There is still more to do. The point is to give you the starting template to start your own profitable business.   I used [[TensorFlow]] + [http://firebase.google.com/ Firebase] + [http://plaid.com/ Plaid] + [[DialogFlow]]  + [http://alpaca.markets/ Alpaca] to build this. Enjoy!  [http://github.com/llSourcell/How_to_Build_a_healthcare_startup How to Build a Healthcare Startup | Siraj Raval - GitHub]
  
<youtube>oeraUtRgsbI</youtube>
+
 
 +
<youtube>b8xlCNzkX5w</youtube>

Revision as of 05:28, 18 June 2019

YouTube search... ...Google search

I'm going to show you the entire process I used to conceive, design, and build the prototype for a healthcare startup business! This app is called "Macy", your personal Yoga Instructor. It uses a machine learning model called PoseNet to detect human poses and overlay a skeleton stick figure on top. I retrained posenet on labeled Yoga poses images so it could detect when a person correctly performs a certain pose, then i used speech generation to have the Flutter app guide your actions from pose to pose, just as a real Yoga instructor would do. The goal is to help a user reduce stress, anxiety, and depression through a series of guide meditative poses. I've integrated a subscription service and some interesting design schemes, but the app isn't finished! There is still more to do. The point is to give you the starting template to start your own profitable business. I used TensorFlow + Firebase + Plaid + DialogFlow + Alpaca to build this. Enjoy! How to Build a Healthcare Startup | Siraj Raval - GitHub