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

https://github.com/rudolfolah/ludwig-code-gen

Generating code with Ludwig AI/ML (PyTorch, Tensorflow)
https://github.com/rudolfolah/ludwig-code-gen

bert-model ludwig machine-learning machine-learning-python machinelearning machinelearning-python pytorch roberta-model tensorflow

Last synced: 4 months ago
JSON representation

Generating code with Ludwig AI/ML (PyTorch, Tensorflow)

Awesome Lists containing this project

README

        

Copyright (C) 2022 Rudolf Olah

Datasets are prefixed with `dataset_`

## Setup

Setup virtualenv and install dependencies:

```shell
sudo pip install virtualenv
virtualenv --python=python3.9 env
source env/bin/activate
pip install -r requirements.txt
```

## Run

```shell
source env/bin/activate
python main.py
```

GPU not working? Check this for adding GPU support to TensorFlow: https://www.tensorflow.org/install/gpu