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

From
Jump to: navigation, search
Line 32: Line 32:
 
** [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://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://pypi.org/project/spotify/ Spotify.py] a primarily, asyncronous library (everything down to the HTTP client is asyncio friendly).
 +
* [[TensorFlow]] 2.0 (with Keras)
 +
* [[Python#OpenCV| OpenCV]]
 +
  
 
* [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]

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