2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+168 -2
View File
@@ -1,5 +1,5 @@
[![Resume Parser](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/Abstract/i11.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22sRWs1OtC-xbO9S9lXxW2c%22%2C%22flow%22%3Atrue%7D%7D)
# Resume Parser | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22sRWs1OtC-xbO9S9lXxW2c%22%2C%22flow%22%3Atrue%7D%7D)
Input the extracted raw text of resume and the structured JSON will be returned. It covered 'personal information', 'educational information', and 'skill'.
@@ -34,6 +34,173 @@ You are now considered as a Resume Parsing Expert. Summarize the resume and prov
{{ resume }}
```
## Welcome Message
{
"personal": {
"name": "Teoh Sin Yee",
"email": ["teohsinyee.cs@gmail.com"],
"contact_number": ["+6011-20132175"],
"address": ["Perak"],
"nationality": "Malaysia",
"url": [
"www.linkedin.com/in/teohsinyee",
"https://bit.ly/regexpaper",
"https://bit.ly/SolrSearchEnginePaper",
"https://bit.ly/guide_2ndary_sch_v2"
]
},
"education": [
{
"school": "Universiti Sains Malaysia",
"degree": "Bachelor of Computer Sciences (Hons.)",
"qualification": "Undergraduate",
"major": "Intelligent Computing (Data Analytics)",
"minor": "Management",
"start_date": "2019-09-01",
"end_date": "2023-08-31",
"year_of_study": "",
"grade": "CGPA",
"score": "3.46/4.00"
},
{
"school": "Penang Matriculation College",
"degree": "Foundation in Sciences",
"qualification": "Pre-U",
"major": "",
"minor": "",
"start_date": "2018-05-01",
"end_date": "2019-03-31",
"year_of_study": "",
"grade": "CGPA",
"score": "3.96/4.00"
}
],
"skill": [
{
"title": "Artificial Intelligence",
"type": "hard"
},
{
"title": "Natural Language Processing",
"type": "hard"
},
{
"title": "Deep Learning",
"type": "hard"
},
{
"title": "Machine Learning App Development",
"type": "hard"
},
{
"title": "Python",
"type": "hard"
},
{
"title": "Flask",
"type": "hard"
},
{
"title": "Django App Development",
"type": "hard"
},
{
"title": "MySQL",
"type": "hard"
},
{
"title": "JavaScript",
"type": "hard"
},
{
"title": "Solr",
"type": "hard"
}
]
}
## Conversation
**ASSISTANT**: {
@@ -202,4 +369,3 @@ You are now considered as a Resume Parsing Expert. Summarize the resume and prov
}