AI Eye is an immersive trivia game that challenges players to decipher the secrets hidden within AI-generated images. With each round, players are presented with intriguing images created using stable diffusion, and their task is to guess what the AI-generated image represents. The game incorporates different prompts to dynamically alter the appearance of the image, ensuring a unique and captivating experience for every playthrough.
To run AI Eye on your local machine, follow these steps:
-
Create an account on Replicate.
-
Copy your API Token from your profile settings in Replicate. You can find your API Token at https://replicate.com/account/api-tokens.
-
Download or clone this repository onto your local machine.
-
Inside the downloaded folder, create a new file named
.env. -
Open the
.envfile and paste the following code, replacing<API_Token>with your actual Replicate API Token:
REPLICATE_API_KEY=<API_Token>
-
Save the
.envfile. -
Make sure you have the dependencies installed before running the game. Run the below command on the terminal:
pip install -r requirements.txt
- Run
main.pyto start the game!
Watch a demo of AI Eye in action on YouTube: https://youtu.be/ap9_HST7CQA
We welcome contributions to AI Eye! If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request on GitHub. Let's collaborate and make AI Eye even better together!
AI Eye is released under the MIT License. You can find the details in the LICENSE file.
We would like to express our gratitude to the creators of the deep learning models and image processing algorithms used in AI Eye. Their contributions have been instrumental in making this game possible.
If you have any questions, suggestions, or feedback, please don't hesitate to contact me at [email protected]. I would love to hear from you or have a chat!