thanhson1085 / Hello-AI

AI, Tensorflow, Inceptionv3, AI as a Service, Flask

Home Page:https://thanhson1085-hello-ai.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Document

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.

Train your AI

bash train.sh

After training the AI, we have the trained model file at: Trained Model

Run AI as a Service

We are using Flask Framework to public AI as a Service via Web Interface.

python app.py

Access site: http://localhost:3000 cat or dog AI

Demo

https://thanhson1085-hello-ai.herokuapp.com/

Deploy to Heroku

Deploy

About

AI, Tensorflow, Inceptionv3, AI as a Service, Flask

https://thanhson1085-hello-ai.herokuapp.com/

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%