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
- Host: GitHub
- URL: https://github.com/telefonica/gymnos
- Owner: Telefonica
- License: gpl-3.0
- Created: 2018-12-03T08:43:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T08:11:55.000Z (over 4 years ago)
- Last Synced: 2025-01-25T22:21:41.781Z (about 1 year ago)
- Language: Python
- Homepage: https://telefonica.github.io/gymnos/
- Size: 16.4 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gymnos
[](https://www.python.org/downloads/release/python-369/)
[](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)