Skip to content

Kevinwenya/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

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 61.1%
  • Go 30.6%
  • Python 4.0%
  • CSS 1.9%
  • Shell 1.5%
  • HTML 0.5%
  • Makefile 0.4%