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

https://github.com/typpo/imgrag


https://github.com/typpo/imgrag

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Naturalist dall-e

Generate biologically and anatomically correct images of plants and animals :)

eval'ed using [promptfoo](https://promptfoo.dev)

Accuracy: 31.82% -> 77.27%

image

# Setup

1. Install dependencies

```
npm install
```

2. Set up API key

```
cp .env.example .env
```

Then add API key in .env

# Run

```
npm run query 'Purple frog'
npm run generate
```