Welcome to Cuvis AI's documentation! ===================================== This is the documentation for the Cuvis AI framework. Introduction ------------ The goal of cuvis ai is to provide a uniform and easy to use interface to allow users to quickly start creating their own ai applications. cuvis ai does not re-invent the wheel, instead it tries to get as much functionality as possible from already existing frameworks like PyTorch_, sklearn_ and others. Users's Guide ------------- .. toctree:: :maxdepth: 2 user/installation user/quickstart user/tutorials user/concepts API Reference ------------- If your are looking for information on a specific function, class or method, this part of the documentation is for you. .. autosummary:: :toctree: _autosummary :template: custom-module-template.rst :recursive: cuvis_ai .. _pytorch: https://pytorch.org/ .. _sklearn: https://scikit-learn.org/