Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aadimator
Last active July 31, 2021 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aadimator/c98294608e431aca770dbb6f9000c137 to your computer and use it in GitHub Desktop.
Save aadimator/c98294608e431aca770dbb6f9000c137 to your computer and use it in GitHub Desktop.
My Resume.json file
{
"basics": {
"name": "Aadam",
"email": "aadimator@gmail.com",
"phone": "+923225396069",
"location": {
"address": "Haripur, Pakistan"
},
"website": "aadimator.com"
},
"education": [
{
"location": "Topi",
"area": "Computer Science",
"studyType": "MS",
"endDate": "Jul 2021",
"gpa": "4.0",
"institution": "Ghulam Ishaq Khan Institute",
"startDate": "August 2019"
},
{
"institution": "University of Haripur",
"location": "Haripur",
"studyType": "BS",
"area": "Computer Science",
"gpa": "3.64",
"startDate": "June 2014",
"endDate": "July 2018"
}
],
"work": [
{
"location": "Islamabad",
"position": "Associate Data Engineer",
"website": "",
"startDate": "March 2021",
"endDate": "Present",
"highlights": [
"Performed large-scale data conversions, transferring raw data into standardized formats using Talend.",
"Collaborated with DE team on ETL (Extract, Transform, Load) tasks, maintaining data integrity and verifying pipeline stability.",
"Monitored incoming data analytics requests, executed analytics, and efficiently distributed results to support business strategies."
],
"company": "Afiniti"
},
{
"highlights": [
"Designed and developed a capsule-based deep learning model for emotion classification using EEG signals.",
"Developed and deployed an emotion classification NLP model using PyTorch, FastAPI, Firebase, and GCP.",
"Developed a 3D pose-detection model using skeleton data, giving state-of-the-art results on a huge 3D video dataset."
],
"position": "Graduate Research and Teaching Assistant",
"company": "Ghulam Ishaq Khan Institute",
"location": "Topi",
"startDate": "August 2019",
"endDate": "July 2021"
},
{
"highlights": [
"Designed an opinion mining system using OpenER which collects data using Twitter API and displays the results in colorful interactive visualizations using D3.js.",
"Developed an online Secure Paper Printing portal, Sprint, using ASP.NET to be used by Faculty Members in the University for efficient and organized paper printing."
],
"position": "Software Engineer",
"company": "Computer & Communication Research Lab (CCRL)",
"location": "Haripur",
"startDate": "March 2016",
"endDate": "May 2018"
}
],
"skills": [
{
"level": "",
"keywords": [
"C++",
"Python",
"Java",
"Golang",
"Julia",
"JavaScript"
],
"name": "Programming Languages"
},
{
"keywords": [
"Deep Learning",
"Computer Vision",
"Natural Language Processing"
],
"name": "Technical Skills"
}
],
"projects": [
{
"keywords": [
"Python",
"Tensorflow",
"PyQt5",
"Plotly"
],
"name": "EmoCaps — EEG Signals-Based Emotion Recognition",
"description": "Designed and developed a Capsule based Deep Neural Network for emotion classification using EEG signals collected from the brain. The proposed model outperformed all previous state-of-the-art methods by a huge margin, especially in the case of subject-independent classification. Developed a desktop application to use the pre-trained model for inference in a real-time scenario."
}
],
"awards": [
{
"title": "",
"date": "",
"awarder": "",
"summary": ""
}
],
"sections": [
"templates",
"profile",
"education",
"work",
"skills",
"projects",
"awards"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment