Skip to content

create cnn model and web ui#4

Open
taizo-kato wants to merge 3 commits into
project-abgal:masterfrom
taizo-kato:feature/create_cnn_model
Open

create cnn model and web ui#4
taizo-kato wants to merge 3 commits into
project-abgal:masterfrom
taizo-kato:feature/create_cnn_model

Conversation

@taizo-kato
Copy link
Copy Markdown

Implement CNN and Web UI.

To start training

$pip install -r requirements.txt
$cd ./src
$python hcc.py --mode training --resume ./to/snapshot_file_path

To launch web ui

$cd ./src/web
$python app.py --model=../to/snapshot_file_path

Note: snapshot file is stored in result folder.

Web UI

taizo-kato added 2 commits May 5, 2019 17:54
implement web ui with Flask
implement cnn with chainer
@taizo-kato taizo-kato changed the title create cnn model and web ui [WIP]create cnn model and web ui May 5, 2019
@taizo-kato taizo-kato changed the title [WIP]create cnn model and web ui create cnn model and web ui May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant