https://github.com/jpleorx/tekleo-common-utils-ai
https://github.com/jpleorx/tekleo-common-utils-ai
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpleorx/tekleo-common-utils-ai
- Owner: JPLeoRX
- License: other
- Created: 2022-04-24T15:57:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T13:09:09.000Z (over 2 years ago)
- Last Synced: 2025-01-25T11:12:20.471Z (9 months ago)
- Language: Python
- Size: 14.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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/)