Skip to content

Lupino/huabot-brain

Repository files navigation

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

Requirements