Metadata-Version: 2.1
Name: model-sketch-book
Version: 1.0.1
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
Requires-Dist: altair (>=4.2.2,<5.0.0)
Requires-Dist: ipywidgets (>=8.0.4,<9.0.0)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: open-clip-torch (>=2.16.0,<3.0.0)
Requires-Dist: openai (>=0.27.1,<0.28.0)
Requires-Dist: pillow (>=9.4.0,<10.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: scikit-learn (==1.0.2)
Requires-Dist: torch (>=1.13.1,<2.0.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
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).

