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

From
Jump to: navigation, search
m
m
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|title=PRIMO.ai
 
|title=PRIMO.ai
 
|titlemode=append
 
|titlemode=append
|keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS  
+
|keywords=ChatGPT, artificial, intelligence, machine, learning, GPT-4, GPT-5, NLP, NLG, NLC, NLU, models, data, singularity, moonshot, Sentience, AGI, Emergence, Moonshot, Explainable, TensorFlow, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Hugging Face, OpenAI, Tensorflow, OpenAI, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Meta, LLM, metaverse, assistants, agents, digital twin, IoT, Transhumanism, Immersive Reality, Generative AI, Conversational AI, Perplexity, Bing, You, Bard, Ernie, prompt Engineering LangChain, Video/Image, Vision, End-to-End Speech, Synthesize Speech, Speech Recognition, Stanford, MIT |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
+
 
 +
<!-- Google tag (gtag.js) -->
 +
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4GCWLBVJ7T"></script>
 +
<script>
 +
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
 +
 
 +
  gtag('config', 'G-4GCWLBVJ7T');
 +
</script>
 
}}
 
}}
 
[http://www.youtube.com/results?search_query=Bot+Framework+Language+Understanding+Intelligent+Cognitive+Services YouTube search...]
 
[http://www.youtube.com/results?search_query=Bot+Framework+Language+Understanding+Intelligent+Cognitive+Services YouTube search...]
 
[http://www.google.com/search?q=Bot+Framework+deep+machine+learning+ML ...Google search]
 
[http://www.google.com/search?q=Bot+Framework+deep+machine+learning+ML ...Google search]
  
* [[How do I leverage AI?]]
+
* [[How do I leverage Artificial Intelligence (AI)?]]
 
** [[Watch me Build a Marketing Startup]] | [[Creatives#Siraj Raval|Siraj Raval]]
 
** [[Watch me Build a Marketing Startup]] | [[Creatives#Siraj Raval|Siraj Raval]]
 
** [[Watch me Build a Finance Startup]] | [[Creatives#Siraj Raval|Siraj Raval]]  
 
** [[Watch me Build a Finance Startup]] | [[Creatives#Siraj Raval|Siraj Raval]]  
Line 16: Line 25:
  
 
== Dr Source ==
 
== Dr Source ==
I've built an open source app called Dr Source, your personal medical question answering service! It uses a model called BioBERT trained on over 700K Q&As from PubMed, HealthTap, and other health related websites. I used Flutter to build an app around it and present it to you as a more thought out idea. I was excited by what I saw possible with BioBERT's output in Python notebooks, and thought a cleaner interface could absolutely make it a viable business. There are millions of people in this world without access to healthcare, and while this app isn't perfect, an automated diagnosis is better than no diagnosis. I urge you to use this code and video as a starting point in your journey to generate value for the world, and build wealth while doing so. Enjoy!  [http://github.com/llSourcell/How-to-Build-a-Biomedical-Startup How to Build a Biomedical Startup |] [[Creatives#Siraj Raval|Siraj Raval]]
+
I've built an open source app called Dr Source, your personal medical question answering service! It uses a model called BioBERT trained on over 700K Q&As from PubMed, HealthTap, and other health related websites. I used Flutter to build an app around it and present it to you as a more thought out idea. I was excited by what I saw possible with BioBERT's output in Python notebooks, and thought a cleaner interface could absolutely make it a viable business. There are millions of people in this world without access to healthcare, and while this app isn't perfect, an automated diagnosis is better than no diagnosis. I urge you to use this code and [[Video|video]] as a starting point in your journey to generate value for the world, and build wealth while doing so. Enjoy!  [http://github.com/llSourcell/How-to-Build-a-Biomedical-Startup How to Build a Biomedical Startup |] [[Creatives#Siraj Raval|Siraj Raval]]
 
* [http://github.com/llSourcell/How-to-Build-a-Biomedical-Startup/blob/master/Watch_Me_Build_a_Biomedical_Startup.ipynb Project Jupyter Notebook |] [[Creatives#Siraj Raval|Siraj Raval]]
 
* [http://github.com/llSourcell/How-to-Build-a-Biomedical-Startup/blob/master/Watch_Me_Build_a_Biomedical_Startup.ipynb Project Jupyter Notebook |] [[Creatives#Siraj Raval|Siraj Raval]]
* [[Natural Language Processing (NLP)]]
+
* [[Large Language Model (LLM)]] ... [[Natural Language Processing (NLP)]]  ...[[Natural Language Generation (NLG)|Generation]] ... [[Natural Language Classification (NLC)|Classification]] ...  [[Natural Language Processing (NLP)#Natural Language Understanding (NLU)|Understanding]] ... [[Language Translation|Translation]] ... [[Natural Language Tools & Services|Tools & Services]]
 
* [http://github.com/re-search/DocProduct DocProduct]
 
* [http://github.com/re-search/DocProduct DocProduct]
* AI Model(BioBERT , input question into retrained bioBERT to convert into an embedding. Input the embedding into a fully connected neural network, output an embedding for similarity lookup. Most similar Q&A's used by GPT-2 to generate an answer. )
+
* AI Model(BioBERT , input question into retrained bioBERT to convert into an [[embedding]]. Input the [[embedding]] into a fully connected neural network, output an [[embedding]] for similarity lookup. Most similar Q&A's used by GPT-2 to generate an answer. )
 
** [http://github.com/dmis-lab/biobert BioBERT | DMIS-Lab - GitHub] a language representation model for biomedical domain, especially designed for biomedical text mining tasks such as biomedical named entity recognition, relation extraction, question answering, etc.
 
** [http://github.com/dmis-lab/biobert BioBERT | DMIS-Lab - GitHub] a language representation model for biomedical domain, especially designed for biomedical text mining tasks such as biomedical named entity recognition, relation extraction, question answering, etc.
 
*** [[Bidirectional Encoder Representations from Transformers (BERT)]]
 
*** [[Bidirectional Encoder Representations from Transformers (BERT)]]
 +
*** [[Embedding]] ... [[Fine-tuning]] ... [[Retrieval-Augmented Generation (RAG)|RAG]] ... [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]].  [[...find outliers]]
 
* [[TensorFlow]]
 
* [[TensorFlow]]
 
** [[TensorFlow Lite]]
 
** [[TensorFlow Lite]]
Line 47: Line 57:
 
** [http://pub.dev/ Dart Packages caTalog]
 
** [http://pub.dev/ Dart Packages caTalog]
 
** [http://pub.dev/packages?q=flutter+text+to+speech flutter text to speech search results] ...[http://pub.dev/packages/flutter_tts flutter_tts 0.2.6 page]
 
** [http://pub.dev/packages?q=flutter+text+to+speech flutter text to speech search results] ...[http://pub.dev/packages/flutter_tts flutter_tts 0.2.6 page]
* [http://firebase.google.com/ Firebase] | Google's service & mobile development platform
+
* [http://firebase.google.com/ Firebase] | Google's service & mobile [[development]] platform
 
* Paymenta
 
* Paymenta
 
** [http://stripe.com/ Stripe] online payments
 
** [http://stripe.com/ Stripe] online payments
Line 54: Line 64:
 
** [[TensorFlow Lite]]
 
** [[TensorFlow Lite]]
 
** [[Transfer Learning]]
 
** [[Transfer Learning]]
** [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://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|video]]  
 
* [http://medium.com/@nhoral/using-transfer-learning-to-detect-yoga-poses-74a8daee3ddb Using Transfer-Learning to Detect Yoga Poses | Nhoral - Medium]
 
* [http://medium.com/@nhoral/using-transfer-learning-to-detect-yoga-poses-74a8daee3ddb Using Transfer-Learning to Detect Yoga Poses | Nhoral - Medium]
 
* [http://github.com/smellslikeml/YogAI YogAI] is a responsive virtual yoga instructor using pose estimation to guide and correct a yogi
 
* [http://github.com/smellslikeml/YogAI YogAI] is a responsive virtual yoga instructor using pose estimation to guide and correct a yogi
Line 72: Line 82:
 
* [http://github.com/llSourcell/AI_Startup_Prototype/blob/master/BuildanAIStartup.ipynb Project Jupyter Notebook |] [[Creatives#Siraj Raval|Siraj Raval]]
 
* [http://github.com/llSourcell/AI_Startup_Prototype/blob/master/BuildanAIStartup.ipynb Project Jupyter Notebook |] [[Creatives#Siraj Raval|Siraj Raval]]
 
** [http://github.com/llSourcell/AI_Startup_Prototype/blob/master/Transfer_Learning.ipynb Transfer Learning Jupyter Notebook |] [[Creatives#Siraj Raval|Siraj Raval]]
 
** [http://github.com/llSourcell/AI_Startup_Prototype/blob/master/Transfer_Learning.ipynb Transfer Learning Jupyter Notebook |] [[Creatives#Siraj Raval|Siraj Raval]]
* [http://brandmark.io/ BrandMark] create a unique, professional logo using NLP and generative network
+
* [http://brandmark.io/ BrandMark] create a unique, professional logo using NLP and [[Generative AI|generative]] network
 
* [http://mailchimp.com/features/landing-pages/ MailChimp landing page creator]
 
* [http://mailchimp.com/features/landing-pages/ MailChimp landing page creator]
 
* [http://theleanstartup.com/ The Lean Startup | Eric Ries]
 
* [http://theleanstartup.com/ The Lean Startup | Eric Ries]

Latest revision as of 10:43, 13 September 2023

YouTube search... ...Google search


Dr Source

I've built an open source app called Dr Source, your personal medical question answering service! It uses a model called BioBERT trained on over 700K Q&As from PubMed, HealthTap, and other health related websites. I used Flutter to build an app around it and present it to you as a more thought out idea. I was excited by what I saw possible with BioBERT's output in Python notebooks, and thought a cleaner interface could absolutely make it a viable business. There are millions of people in this world without access to healthcare, and while this app isn't perfect, an automated diagnosis is better than no diagnosis. I urge you to use this code and video as a starting point in your journey to generate value for the world, and build wealth while doing so. Enjoy! How to Build a Biomedical Startup | Siraj Raval

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


BioTech-Innovation-Map-StartUs-Insights-900-506-min.png

http://www.startus-insights.com/innovators-guide/biotech-innovation-map-reveals-emerging-technologies-startups/