Metadata-Version: 2.1
Name: hcai-nova-server
Version: 0.1.9
Summary: !Alpha Version! - This repository contains code to setup a computational backend server for the nova annotation tool. You can use this backend to train models of your choosing or create explanations for existing models.
Home-page: https://github.com/pypa/sampleproject
Author: Dominik Schiller
Author-email: dominik.schiller@uni-a.de
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Requires-Dist: hcai-datasets
Requires-Dist: hcai-nova-utils
Requires-Dist: Flask (==2.0.2)
Requires-Dist: imbalanced-learn (==0.8.1)
Requires-Dist: waitress (==2.0.0)
Requires-Dist: ffmpegio

## Project
This project contains a nova backend that can be used to train models or generate explanations for the models on a remote server.
The server api can be used either from the UI itself or as a standalone tool to just interact with an existing nova database.
You can find the full documentation of the project [here](https://hcmlab.github.io/nova-server/docbuild/).
