Skip to content

jonathanbramsen-cell/Linder-Project-2-Is-It-AI-Generated-Game-v2-10.14.25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is it AI Generated — minimal FastAPI demo

This is a small demo app that shows two images (one AI-generated, one real). The user must pick which is real.

Run locally:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

Open http://127.0.0.1:8000 in your browser.

To add your own images, place them in static/images/ and update the get_pair function in main.py to select from your pool.

About

Propose a "Is it AI Generated" Game that presents two images and the user must select which is "AI Generated"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published