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

From
Jump to: navigation, search
Line 10: Line 10:
 
* [[How do I leverage AI?]]
 
* [[How do I leverage AI?]]
 
** [[Watch me Build a Marketing Startup]] | Siraj Raval  
 
** [[Watch me Build a Marketing Startup]] | Siraj Raval  
 +
** [[Watch me Build a Healthcare Startup]] | Siraj Raval
 
** [[Watch me Build a Finance Startup]] | Siraj Raval
 
** [[Watch me Build a Finance Startup]] | Siraj Raval
 
** [[Watch me Build a Retail Startup]] | Siraj Raval  
 
** [[Watch me Build a Retail Startup]] | Siraj Raval  
 
** [[Watch me Build a Trading Bot]] | Siraj Raval
 
** [[Watch me Build a Trading Bot]] | Siraj Raval
  
 +
== SmartSneaks ==
 +
I've built a demo app called SmartSneaks that lets a user convert a song or image into a generated shoe design! This is an example of how AI can be used to transform retail by giving users a more personalized experience. The tools I used to build this are the Flutter framework for mobile development and the Flask framework for web development. There are 3 learning objectives in this video including how to build a deep learning API for your mobile app, how to generate images with a generative adversarial network, and how to calculate image similarity with OpenCV.  [http://github.com/llSourcell/Build-a-Retail-Startup Build a Retail Startup | Siraj Raval - GitHub]
  
== SmartSneaks ==
+
* [http://flutter.dev/ Flutter] is Google’s portable UI toolkit for building natively-compiled applications for mobile, web, and desktop from a single codebase.
I've built a demo app called SmartSneaks that lets a user convert a song or image into a generated shoe design! This is an example of how AI can be used to transform retail by giving users a more personalized experience. The tools I used to build this are the Flutter framework for mobile development and the Flask framework for web development. There are 3 learning objectives in this video including how to build a deep learning API for your mobile app, how to generate images with a generative adversarial network, and how to calculate image similarity with OpenCV.  [https://github.com/llSourcell/Build-a-Retail-Startup Build a Retail Startup | Siraj Raval - GitHub]
+
** [http://flutter.dev/docs/development/ui/widgets Flutter Widget catalog]
 +
** [https://flutter.dev/docs/development/packages-and-plugins/developing-packages Making a Flutter plugin]
 +
* [http://dart.dev/ Dart] is a client-optimized language for fast apps on any platform
 +
** [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://firebase.google.com/ Firebase] | Google's service & mobile development platform
 +
* Payments
 +
** [http://stripe.com/ Stripe] online payments
 +
** [http://razorpay.com/ RazorPay] accept, process and disburse digital payments for businesses in India
 +
** [http://github.com/paypal/PayPal-Python-SDK Paypal] the PayPal REST SDK provides Python APIs to create, process and manage payment.
 +
* Spotify
 +
** [http://spotipy.readthedocs.io/en/latest/ Spotipy!] a lightweight Python library for the Spotify Web API. With Spotipy you get full access to all of the music data provided by the Spotify platform.
 +
** [http://pypi.org/project/spotify/ Spotify.py] a primarily, asyncronous library (everything down to the HTTP client is asyncio friendly).
  
 
* [http://github.com/llSourcell/How-to-Build-a-Biomedical-Startup/blob/master/Watch_Me_Build_a_Biomedical_Startup.ipynb Project Jupyter Notebook | Siraj Raval]
 
* [http://github.com/llSourcell/How-to-Build-a-Biomedical-Startup/blob/master/Watch_Me_Build_a_Biomedical_Startup.ipynb Project Jupyter Notebook | Siraj Raval]
Line 29: Line 44:
 
* [[Keras]]
 
* [[Keras]]
 
** [[Transfer Learning With Keras]]
 
** [[Transfer Learning With Keras]]
* [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://flutter.dev/docs/development/ui/widgets Flutter Widget catalog]
 
** [https://flutter.dev/docs/development/packages-and-plugins/developing-packages Making a Flutter plugin]
 
* [http://dart.dev/ Dart] is a client-optimized language for fast apps on any platform
 
** [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://firebase.google.com/ Firebase] | Google's storage service
 
 
<youtube>J9kbZ5I8gdM</youtube>
 
  
  
* [http://github.com/llSourcell/How_to_Build_a_healthcare_startup/blob/master/Watch_Me_Build_a_Healthcare_Startup.ipynb Project Jupyter Notebook | 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://flutter.dev/docs/development/ui/widgets Flutter Widget catalog]
 
* [http://dart.dev/ Dart] is a client-optimized language for fast apps on any platform
 
** [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://firebase.google.com/ Firebase] | Google's service & mobile development platform
 
* Paymenta
 
** [http://stripe.com/ Stripe] online payments
 
** [http://razorpay.com/ RazorPay] accept, process and disburse digital payments for businesses in India
 
* [[TensorFlow]]
 
** [[TensorFlow Lite]]
 
** [[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   
 
* [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]
Line 85: Line 78:
 
* [http://leafletjs.com/ Leaflet JS] for the map, added for the sake of the example.
 
* [http://leafletjs.com/ Leaflet JS] for the map, added for the sake of the example.
  
<youtube>NzmoPqte4V4</youtube>
+
<youtube>fF6f0nzlfUA</youtube>
 
 
 
 
http://3vmbig1fuckj48k8rq1n7zug-wpengine.netdna-ssl.com/wp-content/uploads/2018/09/BioTech-Innovation-Map-StartUs-Insights-900-506-min.png
 
 
 
http://www.startus-insights.com/innovators-guide/biotech-innovation-map-reveals-emerging-technologies-startups/
 

Revision as of 20:16, 30 July 2019

YouTube search... ...Google search

SmartSneaks

I've built a demo app called SmartSneaks that lets a user convert a song or image into a generated shoe design! This is an example of how AI can be used to transform retail by giving users a more personalized experience. The tools I used to build this are the Flutter framework for mobile development and the Flask framework for web development. There are 3 learning objectives in this video including how to build a deep learning API for your mobile app, how to generate images with a generative adversarial network, and how to calculate image similarity with OpenCV. Build a Retail Startup | Siraj Raval - GitHub