https://github.com/typpo/imgrag
https://github.com/typpo/imgrag
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/typpo/imgrag
- Owner: typpo
- Created: 2024-01-13T22:21:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T05:07:19.000Z (over 1 year ago)
- Last Synced: 2025-04-15T03:07:10.626Z (6 days ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - typpo/imgrag - (TypeScript)
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%
# 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
```