forked from shyanukant/shyanukant.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
81 lines (80 loc) · 3.3 KB
/
data.json
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
74
75
76
77
78
79
80
81
{
"name": "PANKAJ KUMAR",
"tag": "CS ENTHUSAIAST, LEARNER",
"profile_photo" : "images/photo.png",
"gmail": ["mailto:[email protected]", "[email protected]"],
"address": "Mohalla - Markpuriya Behsuma, Mawana, Meerut 250404",
"linkedin": ["https://www.linkedin.com/in/shyanukant/","shyanukant"],
"twitter": ["https://www.twitter.com/shyanukant","shyanukant"],
"skills": [
"Coding - Python",
"Database - MySQL",
"Web Design - HTML, CSS, Flask, Wordpress",
"Design Thinking - Photshop",
"Git ans GitHub",
"Microsoft Office Suite"
],
"achievements": [
"Google Digital Marketing Certificate",
"Award and Certificate in Scout Camp",
"First Award in General Knowledge in District",
"Award in Running, long jump, and other extracurricular activities"
],
"profile": "Passionate about upcoming technology and like to learn, research, and explore. Intend to build a career with a leading corporation in a stimulating environment that will help me to explore myself fully and realize my potential.",
"experiences": [
[
"DATA ANALYTICS AND VISUALIZATION VIRTUAL EXPERIENCE",
" Accenture Virtual Training Program",
"In this program, I learned data visualization using the Pandas python library, it gives me a real-world task with data in a CSV file and I would read it, analyze it, and then submit it."
],
[
"DEVELOPER VIRTUAL EXPERIENCE PROGRAM",
" Accenture Virtual Training Program",
"In this program, I learned software structure and basic machine learning, giving me coding tasks like testing and debugging in JavaScript and Python languages."
],
[
"DATA ANALYTICS INTERNSHIP",
" Sky News Global l Nabha Road, Patiala | Punjab",
"The channel conducted online and offline surveys, and I am part of an offline survey team. My job was to read that data and extract election data from it, such as Which party dominates and what percentage of people of which caste is supporting whom. I had to generate reports by extracting insights from the data from the surveys."
]
],
"educations": [
[
"MASTER OF SCIENCE IN COMPUTER APPLICATION",
"Swami Vivekanand Subharti University, Meerut",
"2019-2021"
],
[
"BACHELOR OF SCIENCE IN COMPUTER SCIENCE",
"IIMT Engineering College, Meerut",
"2016-2019"
],
[
"INTERMEDIATE",
"Krishak Inter College, Mawana",
"2016"
],
[
"HIGH SCHOOL",
"Nav Jeevan Inter College, Behsuma",
"2014"
]
],
"projects": [
[
"PERSHONAL PORTFOLIO",
"Created in Python Flask Framework, HTML, CSS, JavaScript",
"https://github.com/Shyanukant/Portfolio"
],
[
"AI DETECTOR",
"Face - Smile -Face and Car Detector in Python using OpenCV",
"https://github.com/Shyanukant/Detection"
],
[
"DECISION REVIEW SYSTEM",
"Cricket DRS in Python Tkinter GUI",
"https://github.com/Shyanukant/DRS-Project"
]
]
}