Metadata-Version: 2.1
Name: hcai-nova-server
Version: 1.6.0
Summary: NOVA-Server is a small server designed to create and manage machine learning jobs based on requests.
Author-email: Dominik Schiller <dominik.schiller@uni-a.de>, Tobias Hallmen <tobias.hallmen@uni-a.de>, Tobias Baur <tobias.baur@uni-a.de>, Fabio Hellmann <fabio.hellmann@uni-a.de>
Project-URL: Documentation, https://hcmlab.github.io/nova-server/docbuild/
Project-URL: Repository, https://github.com/hcmlab/nova-server
Keywords: NOVA,machine learning
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: flask ==3.0.0
Requires-Dist: hcai-nova-utils >=1.5.0
Requires-Dist: waitress
Requires-Dist: python-dotenv
Requires-Dist: requirements-parser
Requires-Dist: psutil

## 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/html).
