Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obaskly/aitextdetectionbypass
Bypass Ai detection using undetectable.ai
https://github.com/obaskly/aitextdetectionbypass
ai artificial-intelligence bypass chatgpt detection gpt gptzero turnitin
Last synced: about 1 month ago
JSON representation
Bypass Ai detection using undetectable.ai
- Host: GitHub
- URL: https://github.com/obaskly/aitextdetectionbypass
- Owner: obaskly
- Created: 2023-08-25T18:49:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-23T01:36:01.000Z (9 months ago)
- Last Synced: 2024-03-23T02:36:14.927Z (9 months ago)
- Topics: ai, artificial-intelligence, bypass, chatgpt, detection, gpt, gptzero, turnitin
- Language: Python
- Homepage:
- Size: 30.6 MB
- Stars: 18
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Ai Text Detection Bypass Script
This script automates the process of paraphrasing articles using undetectable.ai website. It splits the input article into 250-word chunks and paraphrases each chunk. The paraphrased content is then saved to a file.
## Features
- Paraphrase long articles automatically.
- Split articles into manageable chunks.
- Save paraphrased content to a file.
- Uses a temporary email for registration.
- Supports different writing purposes and readability levels.
- Utilizes Chrome's incognito mode for anonymity.## Usage
1. Clone this repository to your local machine.
```bash
git clone https://github.com/obaskly/AiTextDetectionBypass.git
cd AiTextDetectionBypass
```2. Install the required Python packages.
```bash
pip install -r requirements.txt
```Prepare your article in a text file (e.g., article.txt).
3. Run the script.
```bash
python gui.py
```Select the writing purpose, readability level, and provide the path to your article.
If you don't want to use the GUI mode, go to paraphraser.py and uncomment the last part and run it.
The script will create an accounts.txt file with temporary email accounts and save the paraphrased content to paraphrased.txt.
Sit back and relax while the script paraphrases your article!## Prerequisites
- Python 3.x
- Google Chrome installed (chromedriver is used by Selenium)
## Script in actionhttps://github.com/obaskly/AiTextDetectionBypass/assets/11092871/7fc4ccf0-d97f-43dd-a987-9b7e6812c174