An open API service indexing awesome lists of open source software.

https://github.com/guildai/guildai

Experiment tracking, ML developer tools
https://github.com/guildai/guildai

Last synced: 5 months ago
JSON representation

Experiment tracking, ML developer tools

Awesome Lists containing this project

README

          

# Guild AI

![Main branch test status](https://github.com/guildai/guildai/actions/workflows/ci.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/guildai.svg)](https://badge.fury.io/py/guildai)

This is the source repository for Guild AI.

Guild AI is an [open source](LICENSE.txt) toolkit that automates and
optimizes machine learning experiments.

- Run unmodified training scripts, capturing each run result as a unique
experiment
- Automate trials using grid search, random search, and Bayesian
optimization
- Compare and analyze runs to understand and improve models
- Backup training related operations such as data preparation and test
- Archive runs to S3 or other remote systems
- Run operations remotely on cloud accelerators
- Package and distribute models for easy reproducibility

For more on features, see [Guild AI - Features](https://guildai.org).

Important links:

- **[Get Started with Guild AI](https://guildai.org/start)**
- **[Get Help with Guild AI](https://guildai.org)**
- **[Latest Release on PyPI](https://pypi.python.org/pypi/guildai)**
- **[Documentation](https://guildai.org/docs/)**
- **[Issues on GitHub](https://github.com/guildai/guildai/issues)**