Metadata-Version: 2.1
Name: tekleo-common-utils-ai
Version: 0.0.0.3
Home-page: https://github.com/jpleorx/tekleo-common-utils-ai
Download-URL: https://pypi.org/project/tekleo-common-utils-ai/
Author: Leo Ertuna
Author-email: leo.ertuna@gmail.com
License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# TekLeo Common Utils AI
A python package with shared utils methods that can be used in a variety of python projects, but are mostly tailored towards web / ml applications.

# Description
Under construction...

# Installation
 
## Normal installation

```bash
pip install tekleo-common-utils-ai
```

## Development installation

```bash
git clone https://github.com/jpleorx/tekleo-common-utils-ai.git
cd tekleo-common-utils-ai
pip install --editable .
```

# Links
In case you’d like to check my other work or contact me:
* [Personal website](https://tekleo.net/)
* [GitHub](https://github.com/jpleorx)
* [PyPI](https://pypi.org/user/JPLeoRX/)
* [DockerHub](https://hub.docker.com/u/jpleorx)
* [Articles on Medium](https://medium.com/@leo.ertuna)
* [LinkedIn (feel free to connect)](https://www.linkedin.com/in/leo-ertuna-14b539187/)
