ravi-aratchige / maskgpt

Disguise AI-generated and plagiarised text

Home Page:https://maskgpt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaskGPT - Copy like a Pro 🎭

MaskGPT is an online tool for camouflaging text copied from sources such as books, academia and the Internet, as well as AI-generated content, to avoid detection by plagiarism checkers and AI-content detection software like Turnitin.

MaskGPT is built with NextJS, Vercel, Shadcn UI and TypeScript.

Under the Hood

MaskGPT converts English letters in your plagiarised text into their Cyrillic counterparts. These Cyrillic counterparts are nearly identical to the respective English letters, and usually cannot be spotted by the human eye.

Additionally, it removes commas in your text if they appear before an "and" word, they will be removed. This is because text written by most mainstream LLMs usually contain commas before the word "and" in most instances, which can be a dead giveaway for AI-generated content.

For example,

"Monday, Tuesday, Wednesday, and Thursday" will be converted to "Monday, Tuesday, Wednesday and Thursday"

Setup

Make sure you have NodeJS (at least v18.7.0) installed on your system.

Clone the repo to a desired location on your system:

git clone https://github.com/ravi-aratchige/maskgpt.git

Navigate into the cloned directory:

cd maskgpt

Install the necessary packages:

npm install

Launch a development server to view the project:

npm run dev

MaskGPT will open up in localhost:3000.

MaskGPT in action

Contribution

This project is brand new, and all contributions are welcome via pull requests.


Made with ❤️ by Ravindu Aratchige. This project is licensed under the Apache License.

About

Disguise AI-generated and plagiarised text

https://maskgpt.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 95.4%Language:CSS 4.1%Language:JavaScript 0.5%