Metadata-Version: 2.1
Name: mnist-separator
Version: 1.0.5
Summary: mnist-separator is a new technology for recognizing handwritten numbers from the MNIST dataset
License: MIT
Author: Boris Kravtsov
Author-email: boriskravtsov.contacts@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: opencv-python-headless (>=4.9.0.80,<5.0.0.0)
Requires-Dist: tqdm (>=4.66.4,<5.0.0)
Description-Content-Type: text/markdown

## MNIST SEPARATOR
**mnist-separator** is a new technology for recognizing handwritten numbers of the MNIST dataset

### Installation
```
pip install mnist-separator
```
[Here](https://kravtsov-development.medium.com/new-method-for-recognizing-handwritten-digits-mnist-dataset-c6f83e5291ee) we show how to use it 

