LingoSynth is a free AI rephrasing & facts checking tool.
ai
Go to file
2023-07-23 19:42:08 +02:00
.vscode basic website 2023-05-11 21:48:16 +02:00
lingosynth more improvements 2023-05-13 14:29:15 +02:00
.gitignore basic website 2023-05-11 21:48:16 +02:00
LICENSE Initial commit 2023-05-10 16:38:22 +02:00
Pipfile Added basic rephraser 2023-05-11 23:28:39 +02:00
Pipfile.lock Bump aiohttp from 3.8.4 to 3.8.5 2023-07-20 16:26:25 +00:00
README.md more improvements 2023-05-13 14:29:15 +02:00
run.py basic website 2023-05-11 21:48:16 +02:00
text.md more improvements 2023-05-13 14:29:15 +02:00

LingoSynth

LingoSynth is a free tool for rephrasing & facts checking text. It is self-hostable.

Development Progress

Languages

  • English
  • German
  • ... (feel free to contribute!)

Text types

  • Blog articles
  • Book pages
  • Homework & Essays

This is the current development progress of LingoSynth (higher = better):

Website Blogs & Books Homework & Essays
zerogpt.com 60% ?
gptzero.me 50% ?
writefull.com ? ?
gptcheck.net ? ?
gpt-detector.com ? ?

Contributing

Re-writing text is a very time-consuming task. Therefore, we need your help!

You can even support us without having much knowledge of programming. Adding new prompts to lingosynth/app/prompts.py is highly appreciated. Thank you for your support!

The format works as follows:

    ...
    {
        "role": "user",
        "content": """Input text here.""",
    },
    {
        "role": "assistant",
        "content": """Rephrased text here.""",
    }
    ...

Make sure to check if the rephrased text is detected as plagiarism on the websites mentioned above.

Star History

Star History Chart