A toolkit for AI detection evasion and image forensics.
Designed as a companion to my blog post "How to Trick AI Detectors".
The live version has file size and resolution restrictions. You can run the application locally for unrestricted use.
- Python 3.10+
- pip
-
Clone the repository
git clone https://github.com/AliGaygisiz/CounterForensics.git cd CounterForensics -
Install Dependencies
pip install -r requirements.txt
-
Run the App
streamlit run app.py
The application will open in your browser at
http://localhost:8501.
