-
Notifications
You must be signed in to change notification settings - Fork 0
/
mmayer.tex
199 lines (132 loc) · 5.73 KB
/
mmayer.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
%%%%%%%%%%%%%%%%%
% This is an example CV created using altacv.cls (v1.1.5, 1 December 2018) written by
% LianTze Lim ([email protected]), based on the
% Cv created by BusinessInsider at http://www.businessinsider.my/a-sample-resume-for-marissa-mayer-2016-7/?r=US&IR=T
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
%\usepackage{hyperref}
\documentclass[10pt,a4paper,ragged2e]{altacv}
%% AltaCV uses the fontawesome and academicon fonts
%% and packages.
%% See texdoc.net/pkg/fontawecome and http://texdoc.net/pkg/academicons for full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use academicons.
% Change the page layout if you need to
\geometry{left=1.50cm,right=10cm,marginparwidth=6.8cm,marginparsep=1.5cm,top=1.1cm,bottom=0.5cm}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Carlito}
\else
% If using pdflatex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\fi
% Change the colours if you want to
\definecolor{VividPurple}{HTML}{000000}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{2E2E2E}
\colorlet{heading}{VividPurple}
\colorlet{accent}{VividPurple}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
\name{Sumanth Bajjuri}
\tagline{}
% Cropped to square from https://en.wikipedia.org/wiki/Marissa_Mayer#/media/File:Marissa_Mayer_May_2014_(cropped).jpg, CC-BY 2.0
%\photo{3.3cm}{profile.jpg}
\personalinfo{%
% Not all of these are required!
% You can add your own with \printinfo{symbol}{detail}
\email{[email protected]}
\phone{9640934907}
% \mailaddress{Address, Street, 00000 County}
% \homepage{marissamayr.tumblr.com/}
% \twitter{@marissamayer}
\github{github.com/SumanthBajjuri07}\linkedin{linkedin.com/in/sumanth-bajjuri/}\location{Hyderabad}
% I'm just making this up though.
% \orcid{orcid.org/0000-0000-0000-0000} % Obviously making this up too. If you want to use this field (and also other academicons symbols), add "academicons" option to \documentclass{altacv}
}
%% Make the header extend all the way to the right, if you want.
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
\AtBeginEnvironment{itemize}{\small}
%% Provide the file name containing the sidebar contents as an optional parameter to \cvsection.
%% You can always just use \marginpar{...} if you do
%% not need to align the top of the contents to any
%% \cvsection title in the "main" bar.
\cvsection[page1sidebar]{Education}
\cvevent{MANIPAL UNIVERSITY JAIPUR }{B.Tech in Computer Science}{July 2019 -- Present [Expected: May 2023]}{}
\begin{itemize}
\item CGPA: 8.73/10
\end{itemize}
%\divider
%\divider
\cvsection{Projects}
\cvevent{Uber Data Analysis}{Machine Learning}{Dec2021-Jan2022}{}
\begin{itemize}
\item Complete Data Analysis, Exploration of Uber Dataset
\item SK-Learn, Matplotlib, Numpy, Seaborn, Pandas
\item Price prediction function, Models - LR, Decision Tree, Random Forest, GBR
\end{itemize}
\divider
\cvevent {Credit Card Fraud Detection}{Artificial Neural Nets}{Oct2021-Nov2021}{}
\begin{itemize}
\item Detecting the Fraud Credit transactions using ANN
\item SK-Learn, Keras, Matplotlib, Numpy, Pandas
\item Models- Decision Tree, Random Forest, ANN
\end{itemize}
\divider
\cvevent {Recommendation System}{Deep Learning}{Aug2021-Sep2021}{}
\begin{itemize}
\item Designed a Music Recommendation system - Spotify
\item SK-Learn, Keras, Matplotlib, Seaborn, Numpy, Pandas
\item Implemented LogisticRegression, GridSearchCV, Pipelines
\end{itemize}
\divider
\cvevent {Project-Football-Matches}{Machine Learning}{Mar2021-Apr2021}{}
\begin{itemize}
\item Predicting the results of all the International Football matches
\item SK-Learn, Matplotlib, Numpy, Pandas
\item Implemented LinearRegression, One-Hot-Encoding
\end{itemize}
\cvsection{Accreditations}
\begin{itemize}
\item Microsoft Certified: Azure Data Fundamentals- DP900
% \item \href{https://github.com/SumanthBajjuri07}{Microsoft Certified:} Azure Data Fundamentals- DP900
\item Microsoft Certified: Azure Fundamentals- AZ900
\item Data Science And Machine Learning- Kaggle,IBM,Data Camp
\end{itemize}
\cvsection{POSITIONS OF RESPONSIBILITY}
\begin{itemize}
\item President of the Club Anant Drishti (Satellite Club) 2021-22
\item Senior Support for Randomize (Computing Club) 2021-22
\item Head of Promotions at Randomize. 2020-21
\item C++ Mentor - Randomize 2020-21
\item Senior Events Coordinator at Electronics Society. 2020-21
\item Promotions Coordinator at ACM Student Chapter. 2019-20
\item Volunteer at PyJaipur. 2020-21
\item Campus Ambassador for Coding Ninjas India. 2020-21
\end{itemize}