Skip to content

kawashimaken/docker-python3-flask-ml-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ウェブアプリの説明

学習済のモデルを利用して画像分類(Classification)するデモ用のウェブアプリです。

screen-shot

(注意:学習する部分のプログラムが含まれていません。)

使用しているプログラミング言語はPythonです。

使用している深層学習(ディープラーニング)フレームワークは

  • Chainer
  • Keras
  • TensorFlow

を使っています。

ウェブアプリケーションフレームワークはFlaskを使っています。

プログラムを取得してください。

git clone url

Dockerで起動させる

(Raspberry Pi以外、MacOS, Linux, Windowsの場合)

下記のコマンドを実行してください。

docker-compose up

直接起動させる

(特にRaspberry Piの場合、 python3を利用する場合)

  • OpenCVをコンパイルしてインストールする必要があります。

下記のコマンドを実行してください。

cd app
python3 app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published