-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
391 lines (287 loc) · 13.7 KB
/
main.tex
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
%-------------------------
% Resume in Latex
% Author : Korada Vishal
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{hyphenat}
\usepackage{fontawesome5}
\input{glyphtounicode}
%---------- FONT OPTIONS ----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeEducationHeading}[6]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\textit{\small#5} & \textit{\small #6} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeProjectHeading}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeOrganizationHeading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\small #2} \\
\textit{\small#3}
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%---------- HEADING ----------
\begin{left}
\textbf{\Huge \scshape Korada Vishal} \\ \vspace{3pt}
\resumeSubheading {
\color{blue}
\Large
{Indian Institute of Technology (BHU) Varanasi}
}
\small
\hspace{.}
{ \color{blue} \faAt} \hspace{.5pt} \href{mailto:kvishal3258@gmail.com}{kvishal3258@gmail.com}
\hspace{.5pt}
{ \color{blue} \faGithub} \hspace{.1pt} \href{https://github.com/Vishalk91-4}{Vishalk91-4}
\hspace{.5pt}
{ \color{blue} \faLinkedin} \hspace{.1pt} \href{https://www.linkedin.com/in/vishal-k-2865b6254}{Vishal-K}
\hspace{.5pt}
{ \color{blue} \faGlobe} \hspace{.1pt} \href{https://vishalk91-4.github.io/CV/}{vishalk91-4.github.io}
\hspace{.5pt}
{ \color{blue} \faPhone} \hspace{.1pt} \href{tel:8293426267}{+91 82934 26267}
\end{left}
%----------- EDUCATION -----------
\section{ \color{blue} \Large Education}
\vspace{3pt}
\resumeSubHeadingListStart
{
\resumeSubheading
{Indian Institute of Technology (BHU) Varanasi
% \normalfont{(Admission rate: 0.09\%)}
}{Varanasi, India}
{Undergraduate | Major, PHE \textbf{CPI: 8.20/10.00}}{Oct 2022 \textbf{--} Present}
$--------------------------------------------------------------$
\resumeSubheading
{DAV MODEL SCHOOL IIT Kharagpur
% \normalfont{(Admission rate: 0.09\%)}
}{Kharagpur, India}
{XII, CBSE \textbf{Percentage: 95.08}}{ May 2021}
$--------------------------------------------------------------$
\resumeSubheading
{Christopher Day School
% \normalfont{(Admission rate: 0.09\%)}
}{Kharagpur, India}
{X, ICSE \textbf{Percentage: 91.60}}{ May 2019}
$--------------------------------------------------------------$
\resumeSubHeadingListEnd
%----------- SKILLS -----------
\section{ \color{blue} \Large Skills}
\vspace{2pt}
\resumeSubHeadingListStart
\small{\item{
\textbf{Programming :}{ C/C++, C\#, Java, Python, Go, Rust, JavaScript, TypeScript, MySQL, MATLAB, R, Git, Bash, Docker, GitHub, PostgreSQL, PHP, HTML5, CSS, Image Processing, Natural Language Processing(NLP), Deep Learning(DL), Machne Learning(ML) }
$--------------------------------------------------------------$
\textbf{Frameworks:}{ NextJS, ReactJS, VueJS, Astro, Django }
$--------------------------------------------------------------$
\textbf{Libraries:}{ OpenCV, Scikit-Learn, PyTorch, Keras, TensorFlow, NumPy, Pandas, Matplotlib, Seaborn, MongoDB} \\ \vspace{3pt}
% \textbf{Frameworks}{: X, X, X} \\
% \textbf{Developer Tools}{: X, X, X} \\
% \textbf{Libraries}{: X, X, X} \\
% \textbf{Applications}{: X, X, X}
}}
\resumeSubHeadingListEnd
\vspace{5pt}
%----------- WORK EXPERIENCE -----------
\section{ \color{blue} \Large Work Experience}
\vspace{3pt}
\resumeSubHeadingListStart
\resumeSubheading
{ \color{blue} Sugar Labs}{Paris, France (Remote)}
{Student Developer}{June 2023 \textbf{--} Present}
\resumeItemListStart
\resumeItem{Currently working on the “Arçelik Digital Home Energy” project in a collaborative effort with DAI-Labor at the Technical University of Berlin under the supervision of Prof. Dr. Şahin Albayrak.}
\resumeItem{Simulated data exchange processes with the EEBUS protocol suite using C\# and Go frameworks. Converted the entire framework from Go to C++ in order to ensure future adaptability for smart home IoT devices.}
\resumeItemListEnd
$--------------------------------------------------------------$
\resumeSubheading
{ \color{blue} Girl Script Summer of Code}{India (Remote)}
{Open Source Developer }{Apr 2023 \textbf{--} Aug 2023}
\resumeItemListStart
\resumeItem{Developed effective Turkish prompts for diverse AI tasks and maintained a high standard of prompt quality and consistency across different competencies, adhering to established guidelines and best practices.}
% \resumeItem{Reviewed, validated, and scored the AI assistant's responses to ensure they align with intended AI assistant behaviors and the AI assistant produces accurate and contextually appropriate responses to given prompts.}
\resumeItem{Engaged in collaborative meetings with cross-functional teams and project coordinators, actively seeking guidance, addressing queries, and collectively brainstorming strategies to generate higher quality prompts.}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{5pt}
%----------- PROJECTS -----------
\section{ \color{blue} \Large Projects}
\vspace{3pt}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{ \color{blue} \small LFX Metrics*} $|$ \emph{\href{https://github.com/Vishalk91-4/LFXMM-Frontend}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{A project which provides Data about every Foundations which gets selected in Linux Foundation Mentorship in every term, gives every statistical data about it and provide a seamless experience for user, so that they don't get confused and can select the projects they want to work on depending upon their convinient Tech Stack or based on the Foundation.}
\resumeItem{The backend for this project has been made on Golang and the frontend on Astro, a lot of data was scrapped for each foundation, for this the DataBase Management System used is Postgre SQL.}
\resumeItemListEnd
$--------------------------------------------------------------$
\resumeProjectHeading
{\textbf{ \color{blue} \small NES EMULATOR*} $|$ \emph{\href{https://github.com/Vishalk91-4/nesemulator}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{A NES Emulator, with all the Operational Codes is built which can work on many devices simultaneously, the complete archietecture has been built from scratch, the MicroProcesser is also built in the same way}
\resumeItem{This project is not built using C++, rather being built using Rust, since it's a lot faster like being 100 times faster than C++ and like 10 times faster than Go.
This makes it more efficient and effective to work with.}
\resumeItemListEnd
$--------------------------------------------------------------$
\resumeProjectHeading
{\textbf{ \color{blue} \small ENV NPM Package*} $|$ \emph{\href{https://github.com/Vishalk91-4/npmenvpackage}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{Publishing a NPM Package, which easily stores your API Key in dotenv file, when it is installed, using npm command, it checks using AI, whether the API Key is present or not and stores the same, asking if we want to store it in the same variable or rename to your choice.}
\resumeItemListEnd
$--------------------------------------------------------------$
\resumeProjectHeading
{\textbf{ \color{blue} \small Image Detection Tranformer*} $|$ \emph{\href{https://github.com/Vishalk91-4/imgtransformer}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{An image classifier that combines the power of Convolutional Neural Networks (CNNs) and Transformers to improve image recognition capabilities.}
\resumeItem{This model can classify images more accurately and can be a valuable tool for tasks like sorting images or detecting objects in a simple yet efficient manner.}
\resumeItem{Python with Keras for model development and deployment, and libraries like NumPy and Hugging Face Transformers for data preprocessing and transformer implementation.}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{5pt}
%----------- RESEARCH EXPERIENCE -----------
%\section{ \color{blue} \Large Research Experience}
%\vspace{3pt}
%\resumeSubHeadingListStart
%\resumeSubheading
%{ }
%{ }
%\resumeItemListStart
%\resumeItem{ .}
%\resumeItem{ .}
%\resumeItem{ .}
%\resumeItemListEnd
%\resumeSubHeadingListEnd
%----------- CERTIFICATES -----------
% \section{Certificates}
% \resumeSubHeadingListStart
% \resumeOrganizationHeading
% {Certificate Program}{Feb 2022}{Business Skills, Data and Digital Skills, Project Management and Personal Productivity}
% \resumeSubHeadingListEnd
%----------- Position of Responsibility -----------
\section{\color{blue} Position of Responsibility}
\resumeSubHeadingListStart
\resumeOrganizationHeading
{Club of Programmers IIT BHU (COPS)}{Feb 2023 -- Present}{Software Development Guild CORE Team Member}
\vspace{{}}
\resumeOrganizationHeading
{Research Cell IIT BHU (RC)}{Jul 2023 -- Present}{AMA and Podcast Member}
\vspace{}
\resumeOrganizationHeading
{EntrepreneurShip Cell IIT BHU (E-Cell)}{Aug 2023 -- Present}{Tech Team Member}
\resumeSubHeadingListEnd
\vspace{5pt}
%----------- RELEVANT COURSEWORK -----------
\section{ \color{blue} \Large Coursework {\color{blue}}}
\vspace{2pt}
\resumeSubHeadingListStart
\small{\item{
\textbf{Major coursework:}{ Linear Alegebra, Introduction to Object-Oriented Programming, Data Structures and Algorithms, Computer Organization, Probability and Statistics}
}}
\small{\item{
\textbf{Certification coursework:}{ Linear Algebra MIT EDX
CS50 Harvard EDX
Machine Learning Specialization - Coursera Andrew NG
Deep Learning Specialization - Coursera Andrew NG
Deep Learning Applications - Fast.AI}
}}
\resumeSubHeadingListEnd
\vspace{9pt}
%----------- AWARDS & ACHIEVEMENTS -----------
\section{ \color{blue} \Large Awards \& Achievements}
\vspace{2pt}
\resumeSubHeadingListStart
\small{\item{
\textbf{JEE ADVANCED:}{ Top {1 percent} out of approx 2 million Applicants to get selected for IITs across the nation (Sep 2022} \\ \vspace{3pt}
\vspace{3pt}
\textbf{BRICSMATH:}{ Awarded to the winner of 4 International Online Mathematics Competition among students who have been ranked in the top 100 in INMO. (Dec 2020) \\ \vspace{3pt}
}}
\resumeSubHeadingListEnd
\vspace{3pt}
%----------- HOBBIES -----------
% \section{Hobbies}
% \resumeSubHeadingListStart
% \small{\item{Swimming, Fitness, Eight-ball}}
% \resumeSubHeadingListEnd
%----------- REFERENCES -----------
% \section{References}
% \resumeSubHeadingListStart
% \resumeSubHeadingListEnd
%-------------------------------------------
\end{document}