This project provides a suite of Python tools designed to transform text, making it sound more natural, engaging, and human-like. Utilizing the power of Large Language Models (LLMs) through the Langchain library and OpenAI's API, these tools can take formal, robotic, or AI-generated text and refine it to better suit various communication styles.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
50
commits
fix(cli): add cli = app for Typer module discovery to enable correct CLI execution with rye and -m
d791254View on GitHubfeat: Enhance error handling in CLI input for better user guidance
001fe03View on GitHubI'm proceeding with the refactor of `src/ai2human/humanize_cli_utils.py`. I will replace the `argparse` implementation with `typer`.
1f00776View on GitHubrefactor: update README for Rye script execution and usage examples
fd6b3edView on GitHubchore: update dependency versions in pyproject.toml and lock files
439ccddView on GitHubfeat: add OPENAI_MODEL_NAME to .env.example for model configuration
3c31a3bView on GitHubfeat: Standardize LLM model configuration across humanizer scripts
f5f4f73View on GitHubchore: update pyproject.toml to replace json with langchain-community
4797617View on GitHubchore: update requirements.txt to replace json with langchain-community
a6b35e6View on GitHubfeat: add additional NLTK resource for enhanced text analysis
3a06ae3View on GitHub