Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BenderV/generate

Experiment to generate data from LLM. New project is Ada
https://github.com/BenderV/generate

Last synced: about 2 months ago
JSON representation

Experiment to generate data from LLM. New project is Ada

Awesome Lists containing this project

README

        

# Generate

Experience to generate data / CSV from LLM.

This is now deprecated.

![](screenshot.png)

## Install

### Front

```bash
cd view
yarn
```

and then

```bash
yarn dev
```

### Back

```bash
cd service
pip install -r requirements.txt
```

Add environment variables in your environment variables

```bash
- DATABASE_URL
- OPENAI_API_KEY
```