{"id":18106974,"url":"https://github.com/biswadeep-roy/plagarism-remover","last_synced_at":"2026-04-27T16:31:50.825Z","repository":{"id":259683187,"uuid":"879195921","full_name":"biswadeep-roy/plagarism-remover","owner":"biswadeep-roy","description":"A React-based tool for paraphrasing text, ensuring uniqueness while preserving original context using AI algorithms.","archived":false,"fork":false,"pushed_at":"2024-10-27T09:28:58.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T21:40:59.031Z","etag":null,"topics":["javascript","paraphrase","paraphrase-generation","paraphraser","paraphrasing","paraphrasing-tool","react","reactjs","vite"],"latest_commit_sha":null,"homepage":"https://plagarism-remover.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biswadeep-roy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-27T09:07:10.000Z","updated_at":"2025-09-10T21:08:45.000Z","dependencies_parsed_at":"2024-10-27T10:35:47.506Z","dependency_job_id":null,"html_url":"https://github.com/biswadeep-roy/plagarism-remover","commit_stats":null,"previous_names":["biswadeep-roy/plagarism-remover"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biswadeep-roy/plagarism-remover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2Fplagarism-remover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2Fplagarism-remover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2Fplagarism-remover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2Fplagarism-remover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biswadeep-roy","download_url":"https://codeload.github.com/biswadeep-roy/plagarism-remover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswadeep-roy%2Fplagarism-remover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","paraphrase","paraphrase-generation","paraphraser","paraphrasing","paraphrasing-tool","react","reactjs","vite"],"created_at":"2024-10-31T23:08:47.487Z","updated_at":"2026-04-27T16:31:50.809Z","avatar_url":"https://github.com/biswadeep-roy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Plagiarism Remover\n\nPlagiarism Remover is a powerful React-based tool designed to help users paraphrase text, making it unique and plagiarism-free while retaining its original context. It leverages advanced AI algorithms through the [RapidAPI paraphrasing service](https://rapidapi.com/) to provide high-quality, contextually accurate rewrites.\n\n## Demo\n\nCheck out a live demo of the Plagiarism Remover tool [here](https://plagarism-remover.vercel.app/).\n\n## Features\n\n- **AI-Powered Paraphrasing**: Uses state-of-the-art language models to generate paraphrased content.\n- **Context Preservation**: Maintains the original context and meaning of the text.\n- **Real-time Processing**: Fast and efficient, with results delivered in seconds.\n- **User-Friendly Interface**: Intuitive and responsive design, optimized for desktop and mobile.\n\n## Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/biswadeep-roy/plagarism-remover.git\n   cd plagiarism-remover\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Obtain an API Key from [RapidAPI](https://rapidapi.com/). Subscribe to the `rewriter-paraphraser-text-changer-multi-language` API and copy your API key.\n\n4. Configure the API Key:\n   - In the `utils` folder, open the `textProcessor.ts` file.\n   - Replace the `x-rapidapi-key` value with your own RapidAPI key.\n\n5. Start the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   Open [http://localhost:5173](http://localhost:5173) to view the application.\n\n## Usage\n\n1. **Enter Text**: Paste or type the text you want to paraphrase.\n2. **Process Text**: Click on the \"Process Text\" button, which sends your input text to the API for processing.\n3. **Copy Result**: After processing, copy the paraphrased text for further use.\n\n## Project Structure\n\n- **components/**: Contains React components for the application's UI, including buttons, text areas, and error messages.\n- **utils/**: Includes `textProcessor.ts`, the core file that handles API communication.\n- **App.tsx**: The main app component that orchestrates the application's functionality and layout.\n\n## Technology Stack\n\n- **React**: For building the user interface.\n- **TypeScript**: Ensures type safety.\n- **RapidAPI**: Provides the paraphrasing API service.\n- **Tailwind CSS**: CSS framework for styling.\n\n## License\n\nThis project is open source and available under the [MIT License](./LICENSE).\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue if you'd like to help improve this tool.\n\n---\n\nHappy Paraphrasing! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswadeep-roy%2Fplagarism-remover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiswadeep-roy%2Fplagarism-remover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswadeep-roy%2Fplagarism-remover/lists"}