BatBot API ========== BatBot is the machine learning interface for the Kitware BatAI project. This page specifies the Python API to interact with all of the algorithms and machine learning models that have been pretrained for inference in a production environment. .. toctree:: :maxdepth: 3 .. include:: environment.rst Spectrogram ----------- .. automodule:: batbot.spectrogram :members: :undoc-members: :show-inheritance: Pipeline -------- .. automodule:: batbot.__init__ :members: :undoc-members: :show-inheritance: Utilities --------- .. automodule:: batbot.utils :members: :undoc-members: :show-inheritance: