Skip to content

baloise/AI-PyLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-PyLib

Python library for artificial intelligence

Usage

pip install git+https://github.com/baloise/AI-PyLib.git
from baloise_ai_pylib import ai_service
ais = ai_service.AIService()
print(ais.banner())

Setup development environment

python3 -m venv .venv
. .venv/bin/activate
pip install --upgrade build
python3 -m build
pip install --editable .

About

Python library for artificial intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages