ResumeFlow
1.0.0

비디오 데모 는 YouTube 링크를 방문하십시오 : https://youtu.be/agl7ugyu1n4
프로젝트는 다음과 같습니다.
기타 알려진 버그, 수정, 피드백 및 기능 요청은 GitHub 문제 페이지에서보고 할 수 있습니다.
그들이 당신을 도와 주었던 것처럼 다른 사람들에게 권한을 부여하십시오! 이 오픈 소스 프로젝트에 기여하고 차이를 만듭니다. 분기를 만들고 코드를 개선하고 풀 요청을 높이십시오!
우리는 일자리 신청을 산들 바람으로 만드는 자동화 된 시스템을 만드는 것을 목표로하고 있습니다. 구직 사냥에는 많은 단계가 있으며, 우리는 물건을 자동화하고 LLM (언어 모델)을 사용하여 더 매끄럽게 만들 수 있습니다. 우리는 LLM을 구직 응용 프로그램 프로세스에 통합하기 위해 평소와 새로운 아이디어의 다양한 방식을보고 있습니다. 목표는 당신이해야 할 금액을 줄이고 LLM이 그 일을하게하여 전체 프로세스를 더 쉽게 만드는 것입니다.
pip install zlm from zlm import AutoApplyModel
job_llm = AutoApplyModel (
api_key = "PROVIDE_API_KEY" ,
provider = "ENTER PROVIDER <gemini> or <openai>" ,
downloads_dir = "[optional] ENTER FOLDER PATH WHERE FILE GET DOWNLOADED, By default, 'downloads' folder"
)
job_llm . resume_cv_pipeline (
"ENTER_JOB_URL" ,
"YOUR_MASTER_RESUME_DATA" # .pdf or .json
) # Return and downloads curated resume and cover letter.git clone https://github.com/Ztrimus/job-llm.git
cd job-llmpython -m venv .env 또는 conda 등을 사용).pip install poetrypoetry installpip install -r resources/requirements.txtsudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extrasudo apt-get update 시도하십시오.brew install basictex
sudo tlmgr install enumitem fontawesomeollama pull llama3.1>>> python main.py /
--url " JOB_POSTING_URL " /
--master_data= " JSON_USER_MASTER_DATA " /
--api_key= " YOUR_LLM_PROVIDER_API_KEY " / # put api_key considering provider
--downloads_dir= " DOWNLOAD_LOCATION_FOR_RESUME_CV " /
--provider= " openai " # openai, gemini 연구 나 응용 프로그램에 유용한 Joblm이 유용하다고 생각되면 별을주는 것을 고려하십시오. 그리고 그것을 인용합니다.
@inproceedings { 10.1145/3626772.3657680 ,
author = { Zinjad, Saurabh Bhausaheb and Bhattacharjee, Amrita and Bhilegaonkar, Amey and Liu, Huan } ,
title = { ResumeFlow: An LLM-facilitated Pipeline for Personalized Resume Generation and Refinement } ,
series = { SIGIR '24 } ,
booktitle = { Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval } ,
publisher = { Association for Computing Machinery } ,
doi = { 10.1145/3626772.3657680 } ,
url = { https://doi.org/10.1145/3626772.3657680 } ,
year = { 2024 } ,
isbn = { 9798400704314 } ,
location = { Washington DC, USA } ,
address = { New York, NY, USA } ,
} @misc { zinjad2024resumeflow ,
title = { ResumeFlow: An LLM-facilitated Pipeline for Personalized Resume Generation and Refinement } ,
author = { Saurabh Bhausaheb Zinjad and Amrita Bhattacharjee and Amey Bhilegaonkar and Huan Liu } ,
year = { 2024 } ,
eprint = { 2402.06221 } ,
archivePrefix = { arXiv } ,
primaryClass = { cs.CL }
}Jobllm은 MIT 라이센스에 따라 상업용 사용을 지원합니다.
lemelit에 다음 명령을 설치하는 방법을 찾아야합니다.
ollama
playwright
" ollama pull llama3.1 "
" ollama pull bge-m3 "