Metadata-Version: 2.1
Name: platonic-io
Version: 0.3.0
Summary: Package for recognizing registration plates
Home-page: https://github.com/nekeal/platonic-io/tree/minor_corrections
License: MIT
Author: Szymon Cader
Author-email: szymon.sc.cader@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: test
Requires-Dist: Pillow (>=8.0.1,<9.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: imageio (>=2.9.0,<3.0.0)
Requires-Dist: imageio-ffmpeg (>=0.4.2,<0.5.0)
Requires-Dist: keras (>=2.4.3,<3.0.0)
Requires-Dist: matplotlib (>=3.3.3,<4.0.0)
Requires-Dist: numpy (>=1.18.4,<2.0.0)
Requires-Dist: openalpr (>=1.1.0,<2.0.0)
Requires-Dist: opencv-python (>=4.4.0,<5.0.0)
Requires-Dist: pytesseract (>=0.3.6,<0.4.0)
Requires-Dist: pytest (>=6.1.2,<7.0.0); extra == "test"
Requires-Dist: pytest-cov (>=2.10.1,<3.0.0); extra == "test"
Requires-Dist: sklearn (>=0.0,<0.1)
Requires-Dist: tensorflow (>=2.3.1,<3.0.0)
Requires-Dist: tk (>=0.1.0,<0.2.0)
Requires-Dist: tqdm (>=4.54.1,<5.0.0)
Project-URL: Documentation, https://platonic-io.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/nekeal/platonic-io/tree/minor_corrections
Description-Content-Type: text/markdown

# Platonic-io

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/platonic-io)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/platonic-io)
[![PyPI version](https://badge.fury.io/py/platonic-io.svg)](https://badge.fury.io/py/platonic-io)
[![Documentation Status](https://readthedocs.org/projects/platonic-io/badge/?version=stable)](https://platonic-io.readthedocs.io/en/latest/?badge=stable)
![Test](https://github.com/nekeal/platonic-io/workflows/Test/badge.svg?branch=PLC-1_setup_project&event=push)
![Quality](https://github.com/nekeal/platonic-io/workflows/Quality/badge.svg?branch=PLC-1_setup_project)

Python package for text recognition of registration plates .

-   Free software: MIT license
-   Documentation: [Readthedocs](https://platonic-io.readthedocs.io/en/stable/)

## Features

- Reading text from single license plate.
- Graphical user interface
- License plates detection
- Generating video with marked license plates

## Installation
[Installation](docs/installation.md)

## Contributing
[Contributing](CONTRIBUTING.md)

## Authors

Main authors of package:
* Szymon Cader <szymon.sc.cader@gmail.com>
* Patryk Kawa <kawapatryk99@gmail.com>
* Bartosz Rudnicki <bartek@rudnicki.szczecin.pl>

## Contributors
None yet. Why not be the first?

