- Python 3.10+
- pip or conda
- (Optional) NVIDIA GPU with CUDA for Method 3 detection models
- (Optional) Docker & Docker Compose
No installation needed. Visit lynote.ai and start immediately.
git clone https://github.com/molly554/ai-humanize.git
cd AI-Humanizer
docker compose up -dAPI available at http://localhost:8000
git clone https://github.com/molly554/ai-humanize.git
cd AI-Humanizer
pip install -r requirements.txtcp config/config.example.toml config/config.tomlEdit config/config.toml with your settings:
[general]
default_method = "translation_chain" # or "llm_rewrite", "detection_guided", "mixed_engine"
language = "en"
[api_keys]
deepseek_api_key = "your-key-here"
google_translate_api_key = "your-key-here"
[translation_chain]
chain = ["zh", "ja", "fi"]
tier = "advanced"
[llm_rewrite]
temperature = 1.2
rounds = 2
[detection_guided]
max_feedback_rounds = 2
enable_gpu = truepython -m src.humanizer --input "Test input text" --method translation_chainComing soon. A pre-configured Colab notebook is in development.
Method 3 (Detection-Guided Feedback Loop) requires local detection models:
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118The Binoculars and RoBERTa models will be downloaded automatically from Hugging Face on first use.
Required VRAM: ~4GB for Binoculars + RoBERTa models.
Skip all of this? Lynote.ai runs everything in the cloud — no Python, no GPU, no configuration. Try it free →