Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lupino/huabot-brain
- Owner: Lupino
- License: mit
- Created: 2015-03-03T07:24:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T03:18:17.000Z (almost 9 years ago)
- Last Synced: 2024-06-18T23:03:16.305Z (6 months ago)
- Language: JavaScript
- Homepage: https://lupino.github.io/2015/03/05/huabot-brain.html
- Size: 680 KB
- Stars: 42
- Watchers: 13
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)