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

From
Jump to: navigation, search
Line 12: Line 12:
 
** [[Watch me Build a Finance Startup]] | Siraj Raval  
 
** [[Watch me Build a Finance Startup]] | Siraj Raval  
 
** [[Watch me Build a Trading Bot]] | Siraj Raval
 
** [[Watch me Build a Trading Bot]] | Siraj Raval
* [http://flutter.dev/ Flutter] is Google’s portable UI toolkit for building natively-compiled applications for mobile, web, and desktop from a single codebase.
+
 
* [http://dart.dev/ Dart] is a client-optimized language for fast apps on any platform
 
* [http://firebase.google.com/ Firebase] | Google's service & mobile development platform
 
* [http://stripe.com/ Stripe] online payments
 
* [http://razorpay.com/ RazorPay] accept, process and disburse digital payments for businesses in India
 
* [[TensorFlow]]
 
* [[TensorFlow Lite]]
 
* [http://www.tensorflow.org/lite/models/pose_estimation/overview PoseNet] is a vision model that can be used to estimate the pose of a person in an image or video 
 
* [http://medium.com/@nhoral/using-transfer-learning-to-detect-yoga-poses-74a8daee3ddb Using Transfer-Learning to Detect Yoga Poses | Nhoral - Medium]
 
  
  
Line 28: Line 20:
 
* [[Natural Language Processing (NLP)]]
 
* [[Natural Language Processing (NLP)]]
 
* [[Bidirectional Encoder Representations from Transformers (BERT)]]
 
* [[Bidirectional Encoder Representations from Transformers (BERT)]]
 
 
 
* [[TensorFlow]]
 
 
 
 
 
* [http://www.anychart.com/ AnyChart]
 
* [http://www.anychart.com/ AnyChart]
 
* [[DialogFlow]] | Google
 
* [[DialogFlow]] | Google
 
 
 
* [http://alpaca.markets/ Alpaca] API lets you build and trade with real-time market data for free
 
* [http://alpaca.markets/ Alpaca] API lets you build and trade with real-time market data for free
 
* [http://plaid.com/ Plaid] for users to connect their bank accounts to an app
 
* [http://plaid.com/ Plaid] for users to connect their bank accounts to an app
Line 60: Line 43:
 
== Macy ==
 
== Macy ==
 
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. Enjoy!  [http://github.com/llSourcell/How_to_Build_a_healthcare_startup How to Build a Healthcare 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. Enjoy!  [http://github.com/llSourcell/How_to_Build_a_healthcare_startup How to Build a Healthcare Startup | Siraj Raval - GitHub]
 +
 +
* [http://flutter.dev/ Flutter] is Google’s portable UI toolkit for building natively-compiled applications for mobile, web, and desktop from a single codebase.
 +
* [http://dart.dev/ Dart] is a client-optimized language for fast apps on any platform
 +
* [http://firebase.google.com/ Firebase] | Google's service & mobile development platform
 +
* [http://stripe.com/ Stripe] online payments
 +
* [http://razorpay.com/ RazorPay] accept, process and disburse digital payments for businesses in India
 +
* [[TensorFlow]]
 +
* [[TensorFlow Lite]]
 +
* [http://www.tensorflow.org/lite/models/pose_estimation/overview PoseNet] is a vision model that can be used to estimate the pose of a person in an image or video 
 +
* [http://medium.com/@nhoral/using-transfer-learning-to-detect-yoga-poses-74a8daee3ddb Using Transfer-Learning to Detect Yoga Poses | Nhoral - Medium]
 +
* [http://developer.android.com/studio Android Studio] for building apps on Android devices
 +
* [http://code.visualstudio.com/ Visual Studio Code]
  
 
<youtube>b8xlCNzkX5w</youtube>
 
<youtube>b8xlCNzkX5w</youtube>

Revision as of 13:43, 23 June 2019

YouTube search... ...Google search



Macy

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. Enjoy! How to Build a Healthcare Startup | Siraj Raval - GitHub

SmartMedScan

I'm going to build a medical imaging classification app called SmartMedScan! The potential customers for this app are medical professionals that need to scale and improve the accuracy of their diagnoses using AI. From ideation, to logo design, to integrating features like payments and AI into a single app, I'll show you my 10 step process. I hope that by seeing my thought process and getting familiar with the sequence of steps I'll demonstrate, you too will be as inspired as I am to use this technology to do something great for the world. Enjoy! "AI Startup Prototype" | Siraj Raval - GitHub