Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lupino/huabot-brain

An Image Recognition System build on top of caffe deep learn framework.
https://github.com/lupino/huabot-brain

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

Just click Solve button to solve the network.

### learn more

see [API.md](https://github.com/Lupino/huabot-brain/blob/master/API.md)

Requirements
------------

* [caffe](http://caffe.berkeleyvision.org/)
* [Python](http://python.org)
* [golang](http://golang.org)