https://github.com/leg3ndary/pickle
Pick the AI generated image.
https://github.com/leg3ndary/pickle
chatgpt nextjs openai
Last synced: 3 months ago
JSON representation
Pick the AI generated image.
- Host: GitHub
- URL: https://github.com/leg3ndary/pickle
- Owner: Leg3ndary
- Created: 2024-05-17T14:41:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-24T15:53:49.000Z (about 1 year ago)
- Last Synced: 2025-02-08T11:12:41.478Z (4 months ago)
- Topics: chatgpt, nextjs, openai
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🥒 Pickle
Pickle is a fun game where users can generate 9 images based on a prompt. One of these images will be based on AI, and it will be up to the user to figure out which image is "fake".
## Installation
To install Pickle simply clone the reopsitory
```bash
$ git clone https://github.com/Leg3ndary/pickle.git
```## Running the Project
To run this project first install the latest version of [Node.js](https://nodejs.org/en/).
Afterwards, install the project and follow the following steps.
Create a file called .env.local and add the following kv pairs:
```env
apikey="YOUR_API_KEY"
WEBHOOK="YOUR_DISCORD_WEBHOOK"
```The API key is the key for OpenAI's DALLE-3 API. The webhook is the webhook for a discord channel to log data.
Finally run the following commands:
```bash
$ npm install
$ npm run dev
```## Usage
To use Pickle, simply navigate to the game part of the website and click the "New Board" button. This will generate 9 images based on a prompt. One of these images will be based on AI, and it will be up to the user to figure out which image is "fake".
## Contributing
To contribute to Pickle, simply fork the repository and submit a pull request.