In examples/ you can find some python scripts as an example. The shell scripts can be used for easier usage.
Run the following commands once in a terminal session
cs/ source ./set_api_key.shAfter that you can use the following command to run the scripts over and over again:
./run_example.sh- Install Python
- Install Python Poetry
- Optional - Install IDE: PyCharm or Visual Studio Code
-
Install environment and download dependencies
poetry install
-
Activate environment
poetry shell
# run tests once pytest # run tests in watch mode ptw # run tests and scan code coverage coverage run --branch --source mlaide -m pytest coverage htmlpoetry buildpoetry publish- Homepage: https://mlaide.com
- Quickstart: https://docs.mlaide.com/start/quickstart/
- Tutorial: https://docs.mlaide.com/tutorial/introduction/
- Documentation: https://docs.mlaide.com/