Classify a dog or cat image inside any browser. The classifier uses a pre-trained model built with Keras that was then exported to Tensorflow.js. Click here to try it yourself.
git clone https://github.com/dkreider/tensorflowjs-cat-vs-dog.gitcd tensorflowjs-cat-vs-dogpython3 -m http.server- Open your browser to localhost:8000
This project is licensed under the MIT License - see the LICENSE.md file for details
