Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutcamliyurt/textcloak
A tool for concealing writing style using LLM
https://github.com/umutcamliyurt/textcloak
anonymity offline-llm opsec privacy security-tools
Last synced: about 5 hours ago
JSON representation
A tool for concealing writing style using LLM
- Host: GitHub
- URL: https://github.com/umutcamliyurt/textcloak
- Owner: umutcamliyurt
- License: gpl-3.0
- Created: 2024-09-06T16:52:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T09:54:54.000Z (2 months ago)
- Last Synced: 2024-09-07T20:13:41.416Z (2 months ago)
- Topics: anonymity, offline-llm, opsec, privacy, security-tools
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextCloak
## A tool for concealing writing style using LLM## Description:
Concealing one's writing style offers several benefits, particularly in contexts where anonymity or impartiality is crucial. Additionally, concealing one's style can protect privacy, making it harder for others to attribute sensitive or controversial writings to a particular individual.
## Installation:
$ git clone https://github.com/umutcamliyurt/TextCloak.git
$ cd TextCloak/
$ sudo apt-get install python3
$ pip3 install -r requirements.txt
$ python3 textcloak.py## Demo:
```
nemesis@kali:~/Projects/TextCloak$ python3 textcloak.py
Failed to load libllamamodel-mainline-cuda-avxonly.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory
Failed to load libllamamodel-mainline-cuda.so: dlopen: libcudart.so.11.0: cannot open shared object file: No such file or directory
Welcome to the interactive LLM chat session!
Type 'exit' to end the session.
You: This is a demo of TextCloak!!!
Model: Here's the rewritten text:"Hey, I just wanted to share something cool with you guys. Check out this thing called TextCloak - it's pretty neat!"
```## License
Distributed under the GPLv3 License. See `LICENSE` for more information.