hr-breaker
Optimize resume for jobs, now with AI
File Explorer
Download Latest Version (.zip)- claude-review.yml
- tests.yml
- fix-non-ascii-resume-upload.md
- repro_vision_bug.py
- __init__.py
- ai_generated_detector.py
- combined_reviewer.py
- extractor.py
- hallucination_detector.py
- job_parser.py
- name_extractor.py
- optimizer.py
- translation_checker.py
- __init__.py
- ai_generated_checker.py
- base.py
- content_length.py
- data_validator.py
- hallucination_checker.py
- keyword_matcher.py
- llm_checker.py
- registry.py
- translation_checker.py
- vector_similarity_matcher.py
- __init__.py
- feedback.py
- iteration.py
- job_posting.py
- language.py
- profile.py
- resume.py
- resume_data.py
- __init__.py
- lexical.py
- merger.py
- snippets.py
- vector.py
- __init__.py
- base.py
- httpx_scraper.py
- playwright_scraper.py
- wayback_scraper.py
- __init__.py
- cache.py
- extraction_worker.py
- job_scraper.py
- length_estimator.py
- llm_providers.py
- pdf_parser.py
- pdf_storage.py
- profile_retrieval.py
- profile_store.py
- renderer.py
- style.css
- app.js
- index.html
- __init__.py
- api_key.py
- html_text.py
- optimization_telemetry.py
- retry.py
- __init__.py
- cli.py
- config.py
- litellm_patch.py
- orchestration.py
- server.py
- resume.html
- resume_guide.md
- resume_wrapper.html
- __init__.py
- conftest.py
- test_agent_construction.py
- test_api_key_sanitizer.py
- test_cache.py
- test_cli.py
- test_combined_reviewer.py
- test_config_logging.py
- test_config_override.py
- test_data_validator.py
- test_extraction_worker.py
- test_extractor.py
- test_filter_language.py
- test_filters.py
- test_job_scraper.py
- test_litellm_patch.py
- test_llm_providers.py
- test_models.py
- test_optimization_telemetry.py
- test_optimizer_language.py
- test_orchestration.py
- test_orchestration_logging.py
- test_pdf_parser.py
- test_pdf_storage.py
- test_profile_retrieval.py
- test_profile_store.py
- test_profile_synthesis.py
- test_renderer.py
- test_retry.py
- test_server.py
- test_server_settings.py
- test_translation.py
- test_translation_checker.py
- test_utils.py
- .env.example
- .gitignore
- .python-version
- CLAUDE.md
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/btseytlin/hr-breaker
Downloads the entire project code from GitHub to your computer.
cd hr-breaker
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
