https://github.com/serhalp/artifice
Artifice: guess the real source prompt for the gen AI image
https://github.com/serhalp/artifice
game generative-ai solid-start
Last synced: 11 months ago
JSON representation
Artifice: guess the real source prompt for the gen AI image
- Host: GitHub
- URL: https://github.com/serhalp/artifice
- Owner: serhalp
- Created: 2024-09-15T00:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T19:16:00.000Z (11 months ago)
- Last Synced: 2025-02-21T20:24:22.313Z (11 months ago)
- Topics: game, generative-ai, solid-start
- Language: TypeScript
- Homepage: https://artificegame.netlify.app/
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artifice
Guess the real source prompt for an image created by generative AI. Beware the decoy prompts also created by generative AI from that image.
## Development
This is a [SolidStart](https://start.solidjs.com) site.
It uses the [SolidUI](https://www.solid-ui.com/) component library and [TailwindCSS](https://tailwindcss.com/) for styling.
Images (DALL-E 3) and decoy prompts (GPT-4o mini) are generated with [OpenAI](https://www.npmjs.com/package/openai).
It is deployed to [Netlify](https://www.netlify.com/).
It persists game data in [Netlify Blobs](https://docs.netlify.com/blobs/overview/).
It uses the [PNPM](https://pnpm.io/) package manager.
### Prerequisites
You need the [Netlify CLI](https://developers.netlify.com/cli/) for local development. (This is required to get local Netlify Blobs emulation.)
### 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------- | :---------------------------------------------- |
| `pnpm install` | Install dependencies |
| `netlify dev` | Start local dev server |
| `pnpm run build` | Build production site to `./dist/` |