Skip to content

Python+Flask+Tensorflow.Kerasの手書き文字認識アプリ

Notifications You must be signed in to change notification settings

kamiyaowl/mnist-cnn-flask-docker

Repository files navigation

mnist-cnn-flask-docker

Overview

tensorflow/kerasで作成した手書き文字認識のモデルを、Webアプリ経由で利用するサンプルです。

フロントはvue.js、バックエンドはpython+flaskで動作しています。

Demo

Docker Compose

$ docker-compose up

Docker

$ docker build -t mnist-cnn-flask-docker .
$ docker run -p 3000:3000 -it mnist-cnn-flask-docker

ローカルのpythonで実行

$ python mnist-server.py

About

Python+Flask+Tensorflow.Kerasの手書き文字認識アプリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages