Metadata-Version: 2.1
Name: digitgen
Version: 0.3.4
Summary: Synthetic Digit Generator
Home-page: https://github.com/ACRA-FL/digitgen.git
Author: DevinDeSilva
Author-email: devindesilva123@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/ACRA-FL/digitgen/issues
Project-URL: Source, https://github.com/ACRA-FL/digitgen
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENCE

# ImageGenerationPipeline

Image Generation pipeline for ACRA

## Installation

1.From github
clone the codebase from GitHub
```
$ git clone https://github.com/ACRA-FL/digitgen.git
```
build the library
```
$ python setup.py bdist_wheel sdist
$ pip install -e .

