Metadata-Version: 2.4
Name: endcv
Version: 0.1.0
Summary: Python package with 7 deep learning exercises wrapped as functions get1() to get7()
Author-email: Your Name <your.email@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# endcv

This package contains seven deep-learning exercise scripts wrapped as Python functions:

- get1()
- get2()
- get3()
- get4()
- get5()
- get6()
- get7()

After installation:

```python
import endcv
endcv.get1()
