discovery-unicamp / Minerva

Minerva is a framework for training machine learning models for researchers.
https://discovery-unicamp.github.io/Minerva/
MIT License
3 stars 7 forks source link
hyperparameter-optimization machine-learning reasearch self-supervised-learning

Minerva

Continuous Test

Welcome to Minerva, a comprehensive framework designed to enhance the experience of researchers training machine learning models. Minerva allows you to effortlessly create, train, and evaluate models using a diverse set of tools and architectures.

Featuring a robust command-line interface (CLI), Minerva streamlines the process of training and evaluating models. Additionally, it offers a versioning and configuration system for experiments, ensuring reproducibility and facilitating comparison of results within the community.

Description

This project aims to provide a robust and flexible framework for researchers working on machine learning projects. It includes various utilities and modules for data transformation, model creation, and analysis metrics.

Features

Minerva offers a wide range of features to help you with your machine learning projects:

Near Future Features

Installation

Install Locally

To install Minerva, you can use pip:

pip install .

Get container from Docker Hub

docker pull gabrielbg0/minerva:latest

Usage

You can ether use Minerva's modules directly or use the command line interface (CLI) to train and evaluate models.

CLI

To train a model using the CLI, you can use any of the available pipelines. For example, to train a simple model using the Lightning module, you can run the following command:

python minerva/pipelines/simple_lightning_pipeline.py --config config.yaml

Modules

You can also use Minerva's modules directly in your code. Just import the module you want to use and call the desired functions.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or concerns, please open an issue on our GitHub issue tracker.

Contribute

If you want to contribute to this project make sure to read our Code of Conduct and Contributing pages.

Acknowledgements

This project is maintained by Gabriel Gutierrez, Otávio Napoli, Fernando Gubitoso Marques, and Edson Borin.