auto-improve
GAN-style self-improvement loop for any text artifact: mutate, grade with a SEPARATE model, keep only verified wins (pairwise-judged), revert the rest. The git history is the improvement log.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- ci.yml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- SECURITY.md
- SUPPORT.md
- banner.png
- demo.gif
- example-run.svg
- api-design-quality.md
- blog-post-quality.md
- cold-email-quality.md
- prompt-quality.md
- README.md
- api-design.py
- blog-post.md
- cold-email.txt
- prompt.txt
- main.rs
- Cargo.lock
- Cargo.toml
- test_core.py
- make_demo.py
- sample-climb.tsv
- voice-note.md
- voice-note.txt
- eval_voice.py
- improve_voice.py
- make_voice.py
- README.md
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CITATION.cff
- improve.py
- LICENSE
- pyproject.toml
- README.md
- README.ru.md
- requirements.txt
- SKILL.md
# Installation Guide
1. Get the code
git clone https://github.com/crimeacs/auto-improve
Downloads the entire project code from GitHub to your computer.
cd auto-improve
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install requests
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install requests
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cd plot && cargo build --release
Moves into the project folder you just downloaded.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
