job tailor
1.0.0
Jobtailor เป็นแพ็คเกจ Python ที่ช่วยให้คุณสร้างเรซูเม่ที่กำหนดเองและจดหมายสมัครงานตามประวัติย่อหลักและรายละเอียดงานที่เฉพาะเจาะจง มันใช้ประโยชน์จากราศีเมถุน LLM เพื่อสร้างเอกสารที่ปรับแต่งซึ่งสอดคล้องกับข้อกำหนดของงาน
นี่คือวิธีที่คุณสามารถติดตั้งและใช้ JobTailor เพื่อสร้างประวัติย่อและจดหมายปะหน้า:
pip install jobtailor
from jobtailor import JobTailor
jt = JobTailor (
resume_path = '<resume_path>' ,
job_description = '<job_description_text>' ,
gemini_key = '<gemini_key>' ,
optional_params = {
"output_dir" : "<output_dir>" , # Default: "./output/"
"pdflatex_path" : "<pdflatex_installation_path>/pdflatex" , # Default is "pdflatex" global access
"resume_output_file_name" : "<desired_resume_output_file_name>.pdf" , # Default: jobtailor-curated-resume.pdf
"coverletter_output_file_name" : "<desired_coverletter_output_file_name>.docx" # Default: jobtailor-curated-coverletter.docx
}
)
print ( "FINAL RESUME = " + jt . tailored_resume_path )
print ( "FINAL COVERLETTER = " + jt . tailored_coverletter_path )
หากคุณต้องการมีส่วนร่วมในโครงการนี้โปรดปฏิบัติตามแนวทางด้านล่าง
git clone https://github.com/sahilhadke/job-tailor.git
cd job-tailor
git commit -m " Add login functionality "
git push origin your-branch-name
ขอบคุณสำหรับความสนใจในการมีส่วนร่วมในโครงการนี้! ร่วมกันเราสามารถทำให้ดีขึ้นสำหรับทุกคน