CV_parser / prompts.py
vietlethe's picture
Initialize CV Parser project with FastAPI, Docker support, and document parsing capabilities
716138f
raw
history blame contribute delete
904 Bytes
parsing_prompts = """You are an AI assistant tasked with extracting and structuring information from a developer's resume into a JSON format based
Please extract the following information from the provided resume text and structure it according to the schema:
Contact Information:
- Name
- Phone Number
- Email
- LinkedIn Profile (if available)
- Resume Summary (if available)
Work Experience:
- Company Name
- Job Title
- Dates of Employment
- Responsibilities
- Achievements (if available)
Education:
- Institution Name
- Degree
- Dates of Attendance
- Relevant Coursework (if available)
Skills:
- Technical Skills (list)
- Soft Skills (list)
- Certifications (if available)
Projects (if available):
- Project Name
- Description
- Technologies Used (list)
- Outcome (if available)
Languages and Technologies (if available)
Extracurricular Activities (if available)
Interests (if available)
"""