A Python package for humanizing AI-generated or robotic text using techniques like DIPPER, HMGC, and ADAT.
Project description
Humano - AI Text Humanization
A Python package for humanizing AI-generated text using research-proven techniques.
Features
- Research-Based: Implements DIPPER, HMGC, and ADAT techniques
- Multiple Strength Levels: Low, medium, or high humanization intensity
- Easy Integration: Simple API and command-line interface
Installation
pip install humano
Quick Start
Python API
import humano
result = humano.humanize("Your AI-generated text here", strength="medium")
print(result['humanized_content'])
Command Line
# Direct text input
humano "Your AI-generated text here"
# From file
humano input.txt -o output.txt --strength high
API Reference
humanize(content, strength="medium")
Parameters:
content(str): Text to humanize (minimum 50 characters)strength(str): Humanization level ("low", "medium", "high")
Returns:
{
"success": bool,
"humanized_content": str, # If successful
"error": str, # If failed
"message": str # Status message
}
License
MIT License - see LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
humano-0.1.0.tar.gz
(13.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
humano-0.1.0-py3-none-any.whl
(12.8 kB
view details)
File details
Details for the file humano-0.1.0.tar.gz.
File metadata
- Download URL: humano-0.1.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
757ec18cdbde17b760bb97cd97742326e428c7b2f12f533e7b4c1bbe054c110f
|
|
| MD5 |
878d1c2908a9f445e67e9a55be65a69e
|
|
| BLAKE2b-256 |
4cc46d53c5f4a3e1118a5dcbe85ddbd636494209b816c015dca961b8b4baa347
|
File details
Details for the file humano-0.1.0-py3-none-any.whl.
File metadata
- Download URL: humano-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d41c5265c3dd6b80dd5510eae4bf4ce128b0a76db2e1db880ad71f8e837d410
|
|
| MD5 |
662a7d4ba9cc813727c6bc690dae6645
|
|
| BLAKE2b-256 |
4c2f6d30665966d66e9996782289be1f819b3fd29cd4a6593de645ec0b37bb42
|