# huabot-brain **Repository Path**: mirrors/huabot-brain ## Basic Information - **Project Name**: huabot-brain - **Description**: Huabot Brain 可以说是 Caffe 的 GUI 工具 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/huabot-brain - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-07-09 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)