This Application is used to classtify Dogs or Cats Images. It is using Tensorflow (InceptionV3) and build on Flask Framework. To train AI, I used the data at link: Traning Dataset
See link How to build a simple AI
If you want to custom the AI, you just need to add/modify the training dataset, or change the training model.
bash train.sh
After training the AI, we have the trained model file at: Trained Model
We are using Flask Framework to public AI as a Service via Web Interface.
python app.py
Access site: http://localhost:3000