WernherVonData / ai-katie

The library that is meant to be my own Python package that provides utility tools for Data Science and AI using common libraries. It's used and extended by myself when I'm running to problem that might be more common than me.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai-katie

The utility for Data Science and AI using common libraries. Extended by myself when I'm running to problem that might happen more than once.

main
Build Status

Setup

To setup to library you need at least Python 3.8 and pip installed.

Also as the package uses PyTorch I strongly suggest to install the PyTorch in the distribution of your choice from: https://pytorch.org/get-started/locally/ before installing the library.

When all dependencies are installed you can install the library by:

$ pip install ai-katie

License

MIT LICENSE

About

The library that is meant to be my own Python package that provides utility tools for Data Science and AI using common libraries. It's used and extended by myself when I'm running to problem that might be more common than me.

License:MIT License


Languages

Language:Python 100.0%