An example of transfer learning using the Tensorflow machine learning library. Sample app uses images from local digital collection to benchmark predictions. It is live at www.jasonclark.info/files/image-classifier/.
- Download the image-classifier files or clone the repository.
- Place files in a web-accessible directory.
- Add your own images to the /assets/img/ directory.
- Navigate to /assets/img/ and Run Unix Tree command. Example:
tree > ../json/tree.txt
- Navigate to /assets/json/ and Run create-json.py. Example:
python create-json.py
- Load index.html in a web browser.
- HTML
- CSS
- Javascript
- Python
Crafted with ❤️ by Jason A. Clark sameAs @jaclark