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.
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"
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
.
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.