Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Disguise AI-generated and plagiarised text
https://github.com/ravi-aratchige/maskgpt

nextjs plagiarism-prevention shadcn-ui typescript vercel

Last synced: 20 days ago
JSON representation

Disguise AI-generated and plagiarised text

Awesome Lists containing this project

README

        

# 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:

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

Navigate into the cloned directory:

```shell
cd maskgpt
```

Install the necessary packages:

```shell
npm install
```

Launch a development server to view the project:

```shell
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.