-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
98 lines (95 loc) · 3.93 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "SHYANUKANT RATHI",
"tag": "CS ENTHUSIAST, LEARNER",
"profile_photo": "images/profile-pic(1).png",
"gmail": ["mailto:rathishyanukant@gmail.com", "rathishyanukant@gmail.com"],
"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, PostgreSQL, MongoDB",
"Data Science - Numpy, Pandas, Scikit Learn",
"Web Design - HTML, CSS, JavaScript, Flask, Django, bootstrap, react.js",
"API - Django Rest Framework",
"Design Thinking - Photoshop",
"Git and GitHub",
"Blockchain",
"Microsoft Office Suite, ChatGPT"
],
"achievements": [
"AWS Machine Learning Certificate Udacity",
"Javascript Certificate One Month",
"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."
]
],
"educations": [
[
"MASTER OF SCIENCE IN COMPUTER SCIENCE",
"Directorate of Distance Education, Swami Vivekanand Subharti University.",
"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": [
[
"Tweet App",
"Squib - A minimal tweet app developed using Django, Django Rest Framework, Reactjs, tailwind, bootstrap, and Heroku. ",
"https://github.com/Shyanukant/squib"
],
[
"AI Chatbot ",
"The project leverages the OpenAI ChatGPT model to provide a conversational experience with a medical expert. It utilizes the Gradio library to create a user-friendly web interface",
"https://github.com/Shyanukant/daily-doc"
],
[
"Blockchain Project",
"Developed a basic ECDSA NODE ( Elliptic Curve Digital Signature Algorithms) model using javascript, React, and Ethereum cryptography library.",
"https://github.com/Shyanukant/AU-ecdsa-node"
],
[
"PERSONAL 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"
]
]
}