Metadata-Version: 2.4
Name: endcdc
Version: 0.1.3
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

# endcdc

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

- get1()
- get2()
- get3()
- get45()
- get7()

After installation:

```python
import endcdc
endcdc.get1()
endcdc.get2()
endcdc.get3()
endcdc.get45()
endcdc.get7()
