All Projects → thanhson1085 → Hello Ai

thanhson1085 / Hello Ai

Licence: mit
AI, Tensorflow, Inceptionv3, AI as a Service, Flask

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hello Ai

Spark Movie Lens
An on-line movie recommender using Spark, Python Flask, and the MovieLens dataset
Stars: ✭ 745 (+3139.13%)
Mutual labels:  flask
Flask Sqlalchemy Blogger Example
Blog Posts application using sqlalchemy
Stars: ✭ 6 (-73.91%)
Mutual labels:  flask
Multi Threading Camera Stream
Multi-threading camera stream to improve video processing performance
Stars: ✭ 18 (-21.74%)
Mutual labels:  flask
Trape
People tracker on the Internet: OSINT analysis and research tool by Jose Pino
Stars: ✭ 6,753 (+29260.87%)
Mutual labels:  flask
Chinese Dos Games Web
🌐 Source code of https://dos.zczc.cz
Stars: ✭ 816 (+3447.83%)
Mutual labels:  flask
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-69.57%)
Mutual labels:  flask
Flask Apscheduler
Adds APScheduler support to Flask
Stars: ✭ 741 (+3121.74%)
Mutual labels:  flask
Letterboxd recommendations
Scraping publicly-accessible Letterboxd data and creating a movie recommendation model with it that can generate recommendations when provided with a Letterboxd username
Stars: ✭ 23 (+0%)
Mutual labels:  flask
Flask Sqlalchemy Booster
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
Stars: ✭ 5 (-78.26%)
Mutual labels:  flask
Fullstack Flask Vuejs Argon Design
Flask Vuejs - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (-21.74%)
Mutual labels:  flask
Eve
REST API framework designed for human beings
Stars: ✭ 6,421 (+27817.39%)
Mutual labels:  flask
Never Blink
👀Blink and lose.
Stars: ✭ 802 (+3386.96%)
Mutual labels:  flask
Microservices Connector
Inter-Service communication framework, support for microservice architecture and distributed system
Stars: ✭ 17 (-26.09%)
Mutual labels:  flask
Flask Mongoengine
MongoEngine flask extension with WTF model forms support
Stars: ✭ 750 (+3160.87%)
Mutual labels:  flask
Chronicel
Our super sweet hacker management system, built for HackTCNJ 2017+ | Used by [email protected] 2018!
Stars: ✭ 18 (-21.74%)
Mutual labels:  flask
Mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Stars: ✭ 743 (+3130.43%)
Mutual labels:  flask
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+3513.04%)
Mutual labels:  flask
Fluddy
🤝 A dependency-free command line utility for managing, updating, creating and launching Flask Apps.
Stars: ✭ 23 (+0%)
Mutual labels:  flask
Senseme
Python Library for Haiku SenseMe app controlled fans/lights
Stars: ✭ 19 (-17.39%)
Mutual labels:  flask
Bookflip
Textbook trading website built with Flask and Vue.js
Stars: ✭ 17 (-26.09%)
Mutual labels:  flask

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].