Skip to content

zxsted/huabot-brain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
go get -v github.com/Lupino/huabot-brain/tools/train_worker

start server

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

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 Train button to train the network.

learn more

see API.md

Requirements

About

An Image Recognition System build on top of caffe deep learn framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • Go 25.2%
  • CSS 2.2%
  • Python 1.9%
  • Shell 1.8%
  • HTML 0.6%
  • Makefile 0.5%