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

From
Jump to: navigation, search
(SmartMedScan)
(SmartMedScan)
Line 71: Line 71:
 
* [http://theleanstartup.com/ The Lean Startup | Eric Ries]
 
* [http://theleanstartup.com/ The Lean Startup | Eric Ries]
 
* [http://flask.pocoo.org/ Flask] a microframework for Python
 
* [http://flask.pocoo.org/ Flask] a microframework for Python
* [http://github.com/alectrocute/flaskSaaS flaskSaaS] starting point to build your SaaS in Flask & Python, with Stripe subscription billing
+
** [http://github.com/MaxHalford/flask-boilerplate Flask boilerplate | Max Halford]
* [http://flask-login.readthedocs.io/en/latest/ Flask-Login] for the user accounts
+
** [http://github.com/alectrocute/flaskSaaS flaskSaaS] starting point to build your SaaS in Flask & Python, with Stripe subscription billing | Max Halford
* [http://flask-sqlalchemy.palletsprojects.com/en/2.x/ Flask-SQLAlchemy] interacting with the database
+
** [http://flask-login.readthedocs.io/en/latest/ Flask-Login] for the user accounts
* [http://flask-wtf.readthedocs.io/en/latest/ Flask-WTF] and [http://wtforms.readthedocs.io/en/latest/ WTForms] for the form handling.
+
** [http://flask-sqlalchemy.palletsprojects.com/en/2.x/ Flask-SQLAlchemy] interacting with the database
* [http://pythonhosted.org/Flask-Mail/ Flask-Mail] for sending mails.
+
** [http://flask-wtf.readthedocs.io/en/latest/ Flask-WTF] and [http://wtforms.readthedocs.io/en/latest/ WTForms] for the form handling.
 +
** [http://pythonhosted.org/Flask-Mail/ Flask-Mail] for sending mails.
 +
** [http://flask-bcrypt.readthedocs.io/en/latest/ Flask-Bcrypt] for generating secret user passwords.
 +
** [http://flask-admin.readthedocs.io/en/latest/ Flask-Admin] for building an administration interface.
 +
** [http://flask-script.readthedocs.io/en/latest/ Flask-Script for managing the app
 +
** [http://github.com/mjhea0/flask-stripe flask-stripe] Stripe Checkout & user registration
 +
*** [http://stripe.com/ Stripe] for subscription billing
 +
** [http://gunicorn.org/ Flask-DebugToolBar] for adding a performance toolbar in development
 
* [http://pythonhosted.org/itsdangerous/ itsdangerous] for generating random tokens for the confirmation emails.
 
* [http://pythonhosted.org/itsdangerous/ itsdangerous] for generating random tokens for the confirmation emails.
* [http://flask-bcrypt.readthedocs.io/en/latest/ Flask-Bcrypt] for generating secret user passwords.
 
* [http://flask-admin.readthedocs.io/en/latest/ Flask-Admin] for building an administration interface.
 
* [http://flask-script.readthedocs.io/en/latest/ Flask-Script for managing the app
 
 
* [http://structlog.readthedocs.io/en/stable/ structlog] for logging.
 
* [http://structlog.readthedocs.io/en/stable/ structlog] for logging.
* [http://gunicorn.org/ Flask-DebugToolBar] for adding a performance toolbar in development.
 
 
* [http://gunicorn.org/ gunicorn] for acting as a reverse-proxy for Nginx.
 
* [http://gunicorn.org/ gunicorn] for acting as a reverse-proxy for Nginx.
* [http://stripe.com/ Stripe] for subscription billing.
+
* [http://semantic-ui.com/ Semantic UI] for the global style. Very similar to [http://getbootstrap.com/ Bootstrap]
** [http://github.com/mjhea0/flask-stripe flask-stripe] Stripe Checkout & user registration
+
* [http://leafletjs.com/ Leaflet JS] for the map, added for the sake of the example.
 
 
  
 
<youtube>NzmoPqte4V4</youtube>
 
<youtube>NzmoPqte4V4</youtube>

Revision as of 16:10, 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