Learning TensorFlow.js
A sample app that wires up the exercises from Learning TensorFlow.js in a central next app.
Chapter 2: Truck Alert →
Use mobilenet to verify if an image is a truck or not.
Chapter 3: Unique Values →
Use tensorflow to get unique values of an array for funsies.
Chapter 4: Sorting Chaos →
Take a random grayscale tensor and sort the pixels.
Chapter 5: Cute Faces →
Expand the face framing to get the pet face and prep it for another model
Chapter 6: Top Dectective →
Find top matches manually, not using NMS.