Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obaskly/aidetectionbypass
Bypass Ai detection using gptinf.com
https://github.com/obaskly/aidetectionbypass
ai artificial-intelligence bypass chatgpt detection gpt gptzero turnitin
Last synced: 2 days ago
JSON representation
Bypass Ai detection using gptinf.com
- Host: GitHub
- URL: https://github.com/obaskly/aidetectionbypass
- Owner: obaskly
- Created: 2024-08-16T12:24:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T19:22:43.000Z (22 days ago)
- Last Synced: 2024-12-19T20:24:49.918Z (22 days ago)
- Topics: ai, artificial-intelligence, bypass, chatgpt, detection, gpt, gptzero, turnitin
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- 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 registering on [gptinf.com](https://www.gptinf.com/), a website that makes text undetectable by AI detection tools. The script uses Selenium for browser automation, including bypassing reCAPTCHA, registering with temporary email addresses, and paraphrasing large blocks of text. If the input text exceeds the website's limit, the script creates new accounts as needed and continues processing.
## ✨ What's New?
You can Try the Other tool as well https://github.com/obaskly/AiTextDetectionBypass## Features
- Automated Account Creation: Automatically registers new accounts using temporary email addresses.
- reCAPTCHA Bypass: Bypass reCAPTCHA challenges during the registration process using audio bypass technique.
- Text Paraphrasing: Breaks down large text into chunks, paraphrases each chunk, and saves the results.
- Account Management: When paraphrasing exceeds the word limit per account, the script creates a new account and continues.
- Clipboard Integration: Retrieves paraphrased text directly from the clipboard.## Usage
1. **Clone this repository to your local machine**
```bash
git clone https://github.com/obaskly/AiDetectionBypass.git
cd AiDetectionBypass
```2. **Install the required Python packages**
```bash
pip install -r requirements.txt
```3. **Install FFmpeg**
- Linux:
```
sudo apt-get update
sudo apt-get install ffmpeg
```
- Windows:Follow this tutorial: https://www.wikihow.com/Install-FFmpeg-on-Windows
4. **Run the script**
Prepare your article in a text file (e.g., article.txt), or paste it directly.
```bash
python main.py
```5. The script will create an `accounts.txt` file with temporary email accounts and save the paraphrased content to `paraphrased_text.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 action
https://github.com/user-attachments/assets/9eb883f3-f0a2-42b5-bd8c-a727fdde083c