{"id":16170946,"url":"https://github.com/spectrixdev/eclipsis","last_synced_at":"2026-01-20T21:33:23.596Z","repository":{"id":249191364,"uuid":"830722784","full_name":"SpectrixDev/Eclipsis","owner":"SpectrixDev","description":"AI-Powered Paraphrase Tool: A Flask web app that lets you generate text with Ollama, and rewrite it sentance by sentance to avoid AI Detectors with the help of tools.","archived":false,"fork":false,"pushed_at":"2024-07-18T22:00:18.000Z","size":15,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T07:37:04.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpectrixDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-18T21:13:34.000Z","updated_at":"2024-10-03T20:34:20.000Z","dependencies_parsed_at":"2024-07-19T06:06:51.600Z","dependency_job_id":null,"html_url":"https://github.com/SpectrixDev/Eclipsis","commit_stats":null,"previous_names":["spectrixdev/eclipsis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpectrixDev/Eclipsis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpectrixDev%2FEclipsis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpectrixDev%2FEclipsis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpectrixDev%2FEclipsis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpectrixDev%2FEclipsis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpectrixDev","download_url":"https://codeload.github.com/SpectrixDev/Eclipsis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpectrixDev%2FEclipsis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-10T03:20:01.402Z","updated_at":"2026-01-20T21:33:23.579Z","avatar_url":"https://github.com/SpectrixDev.png","language":"HTML","readme":"# Eclipsis\n\u003e An AI-Powered Paraphrasing Tool 🤖\n\n[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python 3.12](https://img.shields.io/badge/Python-3.12-blue.svg)](https://www.python.org/downloads/release/python-312/)\n[![Flask](https://img.shields.io/badge/Framework-Flask-orange.svg)](https://flask.palletsprojects.com/en/2.0.x/)\n=============================\n\nA Flask web app I made for fun in an hour or two that lets you generate text with any LLM locally through [Ollama](https://ollama.com/), and rewrite it sentence by sentence to avoid AI Detectors with the help of tools.\n\n## What is this? 🤔\n[![Index](https://i.imgur.com/iXKA6Zz.png)](https://i.imgur.com/iXKA6Zz.png) [![ParaphrasePage](https://i.imgur.com/2hz7qBE.png)](https://i.imgur.com/2hz7qBE.png)\n\nThis project is a web-based tool that uses AI-powered language generation to help users paraphrase sentences and avoid detection by AI-powered plagiarism detectors. The tool allows users to choose any Language Model (LLM) through Ollama to generate new sentences and rewrite them sentence by sentence to create unique content.\n\n\n**How does it work?** 🤔\n------------------\n\n1. Users input a sentence or paragraph into the tool.\n2. Use any LLM you like from Ollama, run locally on your device.\n3. The user can then rewrite the generated sentence or paragraph sentence by sentence to create a unique piece of writing.\n4. The tool provides a side-by-side comparison of the original sentence and the rewritten sentence, allowing users to easily compare and refine their work.\n\nWhy? It's an easy way to generate a piece of writing with AI and then write it in your own words, allowing you to decide if you want to rephrase anything, keep it the same, etc. It also let's you evade AI detectors such as GPTZero confidently.\n\n**Setup** 🛠\n------\n### Clone the Repository\n\nTo get started, clone this repository to your local machine using Git:\n\n```markdown\ngit clone https://github.com/SpectrixDev/Eclipsis.git\n```\n\n### Install Requirements\n\nNext, install the required dependencies using pip:\n\n```markdown\npip install -r requirements.txt\n```\n\n### Download Ollama and a model of your choice\nDownload some models from [Ollama](https://ollama.com/library). Make sure to follow the instructions on the Ollama website for downloading and installing the models. The program should automatically know what models are installed on your machine (tested on Windows)\n\n### Run the Web App\n\nLastly, run the web app using Python:\n\n```markdown\npython app.py\n```\n\nThis will start the Flask development server, and you can access the web app by navigating to `http://localhost:5000` in your web browser.\n\t\t\n\n-----------\n**License** 📝\n-------\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n**Contributing** 🤝\n------------\n\nContributions are welcome! This was rushed for fun. If you'd like to help improve this project, please fork the repo and submit a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspectrixdev%2Feclipsis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspectrixdev%2Feclipsis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspectrixdev%2Feclipsis/lists"}