Metadata-Version: 2.1
Name: brocolli-caffe
Version: 5.0.0
Summary: official caffe, commit id 9b891540183ddc834a02b2bd81b31afae71b2153
Home-page: https://github.com/inisis/caffe
Author: desmond
Author-email: desmond.yao@buaa.edu.cn
Project-URL: Bug Tracker, https://github.com/inisis/caffe/issues
Keywords: machine-learning,caffe,framework
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Prerequisite
Conda

# Installation

## Install from source
```
git clone https://github.com/inisis/caffe.git
pip install .
```

## Install from pypi
```
pip install brocolli-caffe
```

# How to use
```
python -c "import caffe; print(caffe.__version__)"
```
