A reworking of an earlier experiment in image classification inspired by the AI JavaScript London meetup I attended at Microsoft Reactor London on May 14, 2018 (which explains the reference to "Azure, Puppies and I'm fine")
- Unsplash's excellent CORS-enabled API at source.unsplash.com
- Mobilenet Neural Network to classify images relating to preset keywords
Instructions for VS Code:
- In the built-in terminal run
npm start
to start a local server - Next, click the Debug icon and click the green arrow to launch Chrome. Your browser will open to http://localhost:5000, displaying the running application