gohumanize-open-humanizer
Python client and CLI for the GoHumanize Open Humanizer, an open Qwen3-4B fine-tune (Apache-2.0) that rewrites AI-styled English text into more natural human prose. Trained on 2,000 pairs built from public-domain books.
pip install gohumanize-open-humanizer
open-humanizer "It is worth noting that the committee reached a consensus."
from gohumanize_open_humanizer import Humanizer
h = Humanizer() # public demo endpoint
print(h.humanize("It is worth noting that the committee reached a consensus."))
# your own copy of the model, e.g. Ollama with the GGUF build
h = Humanizer(base_url="http://localhost:11434/v1", model="gohumanize/open-humanizer")
Environment variables OPEN_HUMANIZER_URL, OPEN_HUMANIZER_MODEL and
OPEN_HUMANIZER_API_KEY set the same options. No dependencies beyond the
standard library.
The model is an educational release: it is separate from the production models of GoHumanize.ai and makes no claim about AI detectors. Model, dataset, code and write-up: https://gohumanize.ai/research
Release files for gohumanize-open-humanizer 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gohumanize_open_humanizer-0.1.0.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gohumanize_open_humanizer-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.2 kB
Release files / gohumanize_open_humanizer-0.1.0.tar.gz
| Download URL | gohumanize_open_humanizer-0.1.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b2beb603570774d4fc78caa31e418c14d9f58351dde4cad58ae416a5845f79f
|
|
BLAKE2b-256 checksum How to use checksums |
aec6ae2b29daea69d46ee8674ac75bdd89aa9b3ea7331dcc23a4b87878e3825a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.5
|
Release files / gohumanize_open_humanizer-0.1.0-py3-none-any.whl
| Download URL | gohumanize_open_humanizer-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
36b55035db1c9266168dcb68c2691a0840cafc89e17ba63bd1523d2fd53f2009
|
|
BLAKE2b-256 checksum How to use checksums |
e7232c05e315315387d85ea02475a54bd9af5248731e376a1b850d85f56ce7a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.5
|