huabot-brain
huabot-brain copied to clipboard
An Image Recognition System build on top of caffe deep learn framework.
Huabot Brain
An Image Recognition System build on top of caffe deep learn framework.
Quick start
Please make sure install the requirements.
install
go get -v github.com/Lupino/huabot-brain
start server
cd $GOPATH/src/github.com/Lupino/huabot-brain
make deps
make # precompile and package javascript
huabot-brain
load datasets
cd $GOPATH/src/github.com/Lupino/huabot-brain/tools/datasets
python get_datasets.py
open dashboard
Go to http://127.0.0.1:3000
Just click Solve button to solve the network.
learn more
see API.md