Last active
November 11, 2021 20:20
-
-
Save AmitGupta7580/f39c4eb2f68f8ddae91101647b2a2a9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "kwan" | |
}, | |
"basics": { | |
"name": "Amit Gupta", | |
"label": "Student", | |
"image": "https://avatars0.githubusercontent.com/u/57043342?s=400&u=be0d04f5cc246b91c474094cc4a1faced794445d&v=4", | |
"email": "[email protected]", | |
"website": "http://ammmy.me/", | |
"summary": "A Tech enthusiast, quick learner and believes in the power of technology.", | |
"location": { | |
"city": "Sikandrabad", | |
"countryCode": "IN" | |
}, | |
"profiles": [ | |
{ | |
"username": "amit-gupta-7580", | |
"url": "https://www.linkedin.com/in/amit-gupta-7580/", | |
"network": "linkedin" | |
}, | |
{ | |
"username": "AmitGup98036159", | |
"url": "https://twitter.com/AmitGup98036159", | |
"network": "twitter" | |
}, | |
{ | |
"url": "https://github.com/AmitGupta7580", | |
"username": "AmitGupta7580", | |
"network": "github" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Institute of Systems Studies and Analyses, DRDO", | |
"position": "Software Intern", | |
"url": "https://www.drdo.gov.in/labs-and-establishments/institute-systems-studies-analyses-issa", | |
"startDate": "2021-01-04", | |
"endDate": "2021-02-25", | |
"highlights": [ | |
"Web Application to automate the AHP process", | |
"Features of multiple experts on a single project", | |
"Save the contribution in real-time", | |
"Tech. Stack : NodeJs, MongoDB, Firebase, HTML, Chart.js" | |
] | |
}, | |
{ | |
"name": "TSAW Drones", | |
"position": "Research Intern", | |
"url": "https://www.tsaw.tech/", | |
"startDate": "2021-03", | |
"endDate": "2021-06", | |
"highlights": [ | |
"Research on algorithms used for obstacle-avoidance in Air for Drones", | |
"Algorithm used : Dynamic Window Approach (DWA)", | |
"Simulation of Drone is done in Airsim Blocks environment" | |
] | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "AeroClub MNNIT", | |
"position": "Coordinator", | |
"url": "https://aeroclub.mnnit.ac.in/", | |
"startDate": "2020-12-20", | |
"summary": "Responsible for carrying out projects, helping juniors" | |
}, | |
{ | |
"organization": "RoboticsClub MNNIT", | |
"position": "Coordinator", | |
"url": "https://roboticsclub.mnnit.ac.in/", | |
"startDate": "2021-01-05", | |
"summary": "Responsible for carrying out projects, helping juniors" | |
} | |
], | |
"education": [{ | |
"institution": "Motilal Nehru National Institute of Technology (MNNIT), Allahabad", | |
"url": "http://www.mnnit.ac.in/", | |
"area": "Computer Science Engineering", | |
"studyType": "Bachelor of Technology", | |
"startDate": "2019-07-25", | |
"score": "8.42" | |
}], | |
"skills": [ | |
{ | |
"keywords": [ | |
"C++", "Python", "Java" | |
], | |
"level": "advanced", | |
"name": "Languages" | |
}, | |
{ | |
"keywords": [ | |
"HTML", "CSS", "Javascript" | |
], | |
"level": "advanced", | |
"name": "Frontend" | |
}, | |
{ | |
"keywords": ["Node", "Firebase", "Django", "Mongo-db", "SQL", "PHP"], | |
"level": "advanced", | |
"name": "Backend" | |
}, | |
{ | |
"keywords": ["ROS", "Carla", "Pixhawk", "Ardiuno", "Jetson-Nano"], | |
"level": "intermediate", | |
"name": "Robotics" | |
}, | |
{ | |
"keywords": ["Qiskit", "QML"], | |
"level": "intermediate", | |
"name": "Quantum Computing" | |
}, | |
{ | |
"keywords": ["Azure"], | |
"level": "intermediate", | |
"name": "Cloud" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Programming", | |
"keywords": [ | |
"Competative Coding", | |
"Software Devlopement", | |
"Open-Source" | |
] | |
}, | |
{ | |
"name": "Autonomous vehicles", | |
"keywords": [ | |
"Machine Learning", | |
"Self-Driving Car", | |
"Autonomus Drones" | |
] | |
}, | |
{ | |
"name": "Exploiting Machines", | |
"keywords": [ | |
"WebApp Testing", | |
"Learning Cyberattacks", | |
"Hardware Exploitation" | |
] | |
}, | |
{ | |
"name": "Quantum Computing", | |
"keywords": [ | |
"Qiskit", | |
"Quantum Machine Learning" | |
] | |
}, | |
{ | |
"name": "Football" | |
} | |
], | |
"projects": [ | |
{ | |
"name": "Quantum Simulator", | |
"description": "A Simulator which can perform quantum circuits on Classical Computer.", | |
"keywords": [ | |
"HTML", "JS", "Node" | |
], | |
"startDate": "2021-02-02", | |
"endDate": "2021-03-20", | |
"url": "http://quantum-simulator-project.herokuapp.com/", | |
"type": "Web application" | |
}, | |
{ | |
"name": "DiGiShare", | |
"description": "A flutter-app used to share media, documents, apk and messages between any 2 android phones. User can also use Cloud for storing files and sharing files.", | |
"keywords": [ | |
"Flutter", "Dart", "Firebase", "Java" | |
], | |
"startDate": "2020-09-10", | |
"endDate": "2020-10-05", | |
"url": "https://github.com/rdx-rockstar/Droidrush2020", | |
"type": "Flutter application" | |
}, | |
{ | |
"name": "MNNITians_any_query", | |
"description": "This project is done under DevJam 2020. This is web application where anyone can post their queries and answers. Like : Quora", | |
"keywords": [ | |
"HTML", "JS", "PHP" | |
], | |
"startDate": "2020-07-01", | |
"endDate": "2020-07-15", | |
"url": "https://github.com/AmitGupta7580/MNNITians_any_query", | |
"type": "Web application" | |
}, | |
{ | |
"name": "Simulating Self-Driving Car in Carla", | |
"description": "Static Vehicle Avoidance in Carla | Lane Detection in Carla | Road Detection in Carla", | |
"keywords": [ | |
"HTML", "JS", "PHP" | |
], | |
"startDate": "2020-11-25", | |
"endDate": "2021-03-05", | |
"url": "https://www.youtube.com/playlist?list=PLvF-o_Kkrx182f--pGoFnpKpGXctXnowy", | |
"type": "Self-Driving Car Simulating" | |
}, | |
{ | |
"name": "Hex-It", | |
"description": "A Hex-Editor made up in Java with Hex-Calculator and Hex-Converter.", | |
"keywords": [ | |
"Java", "Netbeans" | |
], | |
"startDate": "2020-09-16", | |
"endDate": "2020-10-04", | |
"url": "https://github.com/AmitGupta7580/Hex-It", | |
"type": "Java Desktop Application" | |
} | |
], | |
"awards": [ | |
{ | |
"title": "ICPC Regionalist", | |
"date": "2021-09-01", | |
"awarder": "Baylor University" | |
}, | |
{ | |
"title": "3rd in Hack36", | |
"date": "2021-04-10", | |
"awarder": "College", | |
"summary": "Annual hackathon of 36-hours in MNNIT Allahabad" | |
}, | |
{ | |
"title": "1st in CodeWarriors Avishkar 2k20", | |
"date": "2020-10-05", | |
"awarder": "College" | |
}, | |
{ | |
"title": "2nd in Guardian", | |
"date": "2020-10-05", | |
"awarder": "College" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment