-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99ddaf5
commit bde8a9a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# aint (AI, Ain't) | ||
A very simple Python Script spoofing ai-generated texts into "non human" texts. It's very simple as this program basically pareses the input and replaces similar looking characters with each other. This will exploit the fact that AIs are perfect and don't make a lot of grammatical mistakes. This will increase the "roughness" of the text which will trick the AI detectors into thinking that it is not actually AI generated text. This works for most AI-detectors. I am planning on adding a GUI later. | ||
A very simple Python Script spoofing ai-generated texts into "non human" texts. It's very simple as this program basically pareses the input and replaces similar looking characters with each other. This will exploit the fact that AIs are perfect and don't make a lot of grammatical mistakes. This will increase the "roughness" of the text which will trick the AI detectors into thinking that it is not actually AI generated text. This works for most AI-detectors. I am planning on reworking the GUI later with a decent GUI library, namely CustomTkinter. Which is just Tkinter just better. |