Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ravi-aratchige/maskgpt
- Owner: ravi-aratchige
- License: apache-2.0
- Created: 2024-02-08T06:27:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T07:44:42.000Z (11 months ago)
- Last Synced: 2024-02-10T15:59:51.429Z (11 months ago)
- Topics: nextjs, plagiarism-prevention, shadcn-ui, typescript, vercel
- Language: TypeScript
- Homepage: https://maskgpt.vercel.app
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.