An Image Recognition System build on top of caffe deep learn framework.
Please make sure install the requirements.
go get -v github.com/Lupino/huabot-brain
go get -v github.com/Lupino/huabot-brain/tools/train_worker
cd $GOPATH/src/github.com/Lupino/huabot-brain
make deps
make # precompile and package javascript
huabot-brain --gearmand=127.0.0.1:4730 --dbpath=dataset.db
train_worker --gearmand=127.0.0.1:4730
env GEARMAND_PORT=tcp://127.0.0.1:4730 python tools/predict_worker/main.py resources
cd $GOPATH/src/github.com/Lupino/huabot-brain/tools/datasets
python get_datasets.py
Go to http://127.0.0.1:3000
Just click Train button to train the network.
see API.md