Metadata-Version: 2.1
Name: model-sketch-book
Version: 1.0.0
Summary: A package for sketching ML models
License: MIT
Author: Michelle Lam
Requires-Python: >=3.7.16,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# model_sketch_book

A package for sketching ML models

## Installation

```bash
$ pip install model_sketch_book
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`model_sketch_book` was created by Michelle Lam. It is licensed under the terms of the MIT license.

## Credits

`model_sketch_book` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

