A nodejs application for classify dogs or cats.
The model in the models folder are not the best, you can replace them freely.
If your model is built by keras, you should convert it to TF.js Layers format. See the tutorials.
- Put some images about dogs and cats into folder
images; - Run command
yarn start