Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erthium/ai-or-art
A little app challanges you to understand whether if the image is ai or human generated.
https://github.com/erthium/ai-or-art
pygame python3 turing-test
Last synced: about 1 month ago
JSON representation
A little app challanges you to understand whether if the image is ai or human generated.
- Host: GitHub
- URL: https://github.com/erthium/ai-or-art
- Owner: erthium
- License: mit
- Created: 2023-05-04T13:00:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T23:52:38.000Z (over 1 year ago)
- Last Synced: 2024-06-04T00:00:00.982Z (7 months ago)
- Topics: pygame, python3, turing-test
- Language: Python
- Homepage:
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI-OR-ART
A designless Turing Test, tests if the user can decide when see an image, whether if it was generated by AI or humanity.App was mainly developed to present in a university event to entertain people, there used to be a prize for a certain number of streak, we did not remove that indicator for the memory of that day.
For the window and scene management, [PyGameEngine](https://github.com/ErtyumPX/PyGameEngine) was used.
## Dependencies
This is a simple Python project with almost no requirements.
For this specific project, Python 3.8.3 was used yet we assume any version higher than 3.5.0 should be fine.
Only dependincy is PyGame Library with a version higher than 2.0.0.## Setup
To run the app, double click the file named ``main.py`` or open the console in the same directiory and run the following command: ``py main.py``