-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
74 lines (73 loc) · 2.3 KB
/
resume.json
File metadata and controls
74 lines (73 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"basics": {
"name": "Nana Sam Yeboah",
"image": "",
"email": "samnanayeb@gmail.com",
"url": "https://nanayeb34.github.io/",
"location": {
"postalCode": "233",
"city": "Accra",
"countryCode": "Ghana",
"region": "Greater-Accra"
}
},
"work": [
{
"name": "minohealth AI Lab",
"position": "AI Developer",
"url": "https://www.minohealth.ai/",
"startDate": "2023-11-01",
"endDate": "present",
"highlights": ["Collaborated with a team to develop a comprehensive pipeline for curating and annotating medical data records.",
"Collaborated with colleagues to design and implement a multimodal AI system to assist healthcare workers."]
},
{
"name": "Brilla AI",
"position": "TTS and QE team lead",
"startDate":"2023-02-01",
"endDate":"present"
}
],
"education": [
{
"institution": "Kwame Nkrumah University of Science and Technology",
"location": "Kumasi, Ghana",
"url": "https://www.knust.edu.gh/",
"area": "Electrical/Electronics engineering",
"studyType": "Bachelors",
"startDate": "2019-09",
"endDate": "2023-08",
"courses": ["Signal Processing"]
}
],
"awards": [
{
"title": "Provosts Award for Excellent Students",
"date": "2023-07-20",
"awarder": "KNUST",
"summary": "This award is given to students who have demonstrated outstanding academic excellence in their studies."
}
],
"publications": [
{
"name": "Brilla AI: AI Contestant for the National Science and Maths Quiz",
"publisher": "The 25th International Conference on Artificial Intelligence in Education (AIED 24)",
"releaseDate": "2024-07",
"url": "https://doi.org/10.48550/arXiv.2403.01699",
"summary": "Developed an AI contestant, Brilla AI, for the National Science and Maths Quiz (NSMQ) in Ghana, demonstrating real-time problem-solving in biology, chemistry, physics, and math."
},
{
"name": "Towards an AI to Win Ghana's National Science and Maths Quiz",
"publisher": "Deep Learning Indaba",
"releaseDate": "2023-08-8",
"url": "https://doi.org/10.48550/arXiv.2308.04333"
}
],
"languages": [
{
"language": "English",
"fluency": "Fluent",
"icon": ""
}
]
}