Metadata-Version: 2.1
Name: larq-zoo
Version: 2.3.2
Summary: Reference implementations of popular Binarized Neural Networks
Home-page: https://github.com/plumerai/larq-zoo
Author: Plumerai
Author-email: opensource@plumerai.com
License: Apache 2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: packaging (>=19)
Requires-Dist: larq (<0.13.2,>=0.9.2)
Requires-Dist: zookeeper (>=1.0.0)
Requires-Dist: typeguard (<3.0.0)
Requires-Dist: protobuf (<3.20)
Requires-Dist: importlib-metadata (~=2.0) ; python_version < "3.8"
Provides-Extra: tensorflow
Requires-Dist: tensorflow (>=2.4.0) ; extra == 'tensorflow'
Provides-Extra: tensorflow_gpu
Requires-Dist: tensorflow-gpu (>=2.4.0) ; extra == 'tensorflow_gpu'
Provides-Extra: test
Requires-Dist: black (==23.7.0) ; extra == 'test'
Requires-Dist: dill (==0.3.6) ; extra == 'test'
Requires-Dist: flake8 (==6.0.0) ; extra == 'test'
Requires-Dist: isort (==5.12.0) ; extra == 'test'
Requires-Dist: pytype (==2023.6.16) ; extra == 'test'
Requires-Dist: pytest (==7.4.0) ; extra == 'test'
Requires-Dist: pytest-cov (==4.1.0) ; extra == 'test'
Requires-Dist: pytest-mock (==3.11.1) ; extra == 'test'
Requires-Dist: pytest-xdist (==3.3.1) ; extra == 'test'
Requires-Dist: Pillow (==10.0.0) ; extra == 'test'
Requires-Dist: tensorflow-datasets (<4.9.0,>=3.1.0) ; extra == 'test'

# Larq Zoo

[![GitHub Actions](https://github.com/larq/zoo/workflows/Unittest/badge.svg)](https://github.com/larq/zoo/actions?workflow=Unittest) [![Codecov](https://img.shields.io/codecov/c/github/larq/zoo)](https://codecov.io/github/larq/zoo?branch=main) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/larq-zoo.svg)](https://pypi.org/project/larq-zoo/) [![PyPI](https://img.shields.io/pypi/v/larq-zoo.svg)](https://pypi.org/project/larq-zoo/) [![PyPI - License](https://img.shields.io/pypi/l/larq-zoo.svg)](https://github.com/plumerai/larq-zoo/blob/main/LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

For more information, see [larq.dev/zoo](https://docs.larq.dev/zoo/).

*Larq Zoo is part of a family of libraries for BNN development; you can also check out [Larq](https://github.com/larq/larq) for building and training BNNs and [Larq Compute Engine](https://github.com/larq/compute-engine) for deployment on mobile and edge devices.*

## Requirements

Before installing Larq Zoo, please install:

- [Python](https://python.org) version `3.8`, `3.9`, or `3.10`
- [Tensorflow](https://www.tensorflow.org/install) version `2.4` up to `2.12` (latest at time of writing).

## Installation

You can install Larq Zoo with Python's [pip](https://pip.pypa.io/en/stable/) package manager:

```shell
pip install larq-zoo
```

## About

Larq Zoo is being developed by a team of deep learning researchers and engineers at Plumerai to help accelerate both our own research and the general adoption of Binarized Neural Networks.
