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

https://github.com/telefonica/gymnos

A training platform for AI models
https://github.com/telefonica/gymnos

Last synced: about 1 year ago
JSON representation

A training platform for AI models

Awesome Lists containing this project

README

          

# Gymnos
[![Python Version](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-369/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Gymnos is a model training library in Python for Machine Learning.

## Installation
```console
$ git clone https://github.com/Telefonica/gymnos.git
$ cd gymnos
$ pip install -e .
```

## Documentation
Checkout the [documentation](https://telefonica.github.io/gymnos/) for more details

## Examples

```console
$ python examples/classify_dog_or_cat.py
```

```console
$ python examples/generate_celebs.py
```

```console
$ python examples/play_lunar_lander.py
```

```console
$ python examples/play_cartpole.py
```

```console
$ python examples/detect_chinese_coins.py
```

## Development
Gymnos is still under development. Contributions are always welcome!.

## License
Gymnos is licensed under [GNU General Public License v3.0](LICENSE)