Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IDoUseLinux authored Dec 4, 2023
1 parent 99ddaf5 commit bde8a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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.

0 comments on commit bde8a9a

Please sign in to comment.