Hey, don't cheat in school (or anything for that matter), I made this project for fun because I find ai interesting. Is it even that good? No. Words are replaced with words that don't work in context or with ancient words that don't make sense. But is it fun to play around with? Yes. So enjoy.
ChatGpt/Gpt3 detector bypasser. This program takes a text file and replaces a percentage of the words with synonyms. This is a simple way to bypass GPT detectors and make your text look more original. This is a fun project and should not be used for cheating or any other malicious purposes.
- Download the package with
pip install gptzzzs
- Run the program with the following:
import gptzzzs
thing = gptzzzs.Gptzzzs()
text = "" # Put your text here
response = thing.basic_change_text()(text)
It is recommended to go over the text and fix any weird bits once finished.
Currently, GPTZzzs works by downloading a dictionary of synonyms and replacing a number of words with their counterparts. While this works most of the time, sometimes synonyms can be very odd and would require fixing by humans.
Before | After |
---|---|
Replace words with synonymsOnly use synonyms that are common words in englishRemove/add unnecessary words- Reorder sentences
- Switch out expressions
- Abbreviate/unabbreviate words/phrases
- AI? (Maybe)
- Authorship Obfuscation in Multilingual Machine-Generated Text Detection
- Navigating the Shadows: Unveiling Effective Disturbances for Modern AI Content Detectors
- TAROT: Task-Oriented Authorship Obfuscation Using Policy Optimization Methods
- Who is speaking? Discriminating Artificial and Human-Generated Text with A Natural Language Processing Approach
Independently developed by Jackson Hickey. Licensed under the GNU General Public License v3.0.