project-abgal / hccc

Handwritten Cuneiform Character Collection (HCCC)
Apache License 2.0
15 stars 3 forks source link

create cnn model and web ui #4

Open taizo-kato opened 5 years ago

taizo-kato commented 5 years ago

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