Python library for artificial intelligence
pip install git+https://github.com/baloise/AI-PyLib.git
from baloise_ai_pylib import ai_service
ais = ai_service.AIService()
print(ais.banner())
python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade build
python3 -m build
pip install --editable .