14 | This is a TensorFlow.js web application where users can classify images selected locally 15 | or taken with their device's camera. The app uses TensorFlow.js and a pre-trained model 16 | converted to the TensorFlow.js format to provide the inference capabilities. 17 | This model is saved locally in the browser using IndexedDB. A service worker is also used 18 | to provide offline capabilities. 19 |
20 |