-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
283 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,283 @@ | ||
%------------------------- | ||
% Resume in Latex | ||
% Author : Abey George | ||
% Based off of: https://github.com/sb2nov/resume | ||
% 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[english]{babel} | ||
\usepackage{tabularx} | ||
\usepackage{fontawesome5} | ||
\usepackage{multicol} | ||
\usepackage{graphicx} | ||
\setlength{\multicolsep}{-3.0pt} | ||
\setlength{\columnsep}{-1pt} | ||
\input{glyphtounicode} | ||
|
||
\RequirePackage{tikz} | ||
\RequirePackage{xcolor} | ||
\RequirePackage{fontawesome} | ||
\usepackage{tikz} | ||
\usetikzlibrary{svg.path} | ||
|
||
|
||
\definecolor{cvblue}{HTML}{0E5484} | ||
\definecolor{black}{HTML}{130810} | ||
\definecolor{darkcolor}{HTML}{0F4539} | ||
\definecolor{cvgreen}{HTML}{3BD80D} | ||
\definecolor{taggreen}{HTML}{00E278} | ||
\definecolor{SlateGrey}{HTML}{2E2E2E} | ||
\definecolor{LightGrey}{HTML}{666666} | ||
\colorlet{name}{black} | ||
\colorlet{tagline}{darkcolor} | ||
\colorlet{heading}{darkcolor} | ||
\colorlet{headingrule}{cvblue} | ||
\colorlet{accent}{darkcolor} | ||
\colorlet{emphasis}{SlateGrey} | ||
\colorlet{body}{LightGrey} | ||
|
||
|
||
|
||
%----------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.6in} | ||
\addtolength{\evensidemargin}{-0.5in} | ||
\addtolength{\textwidth}{1.19in} | ||
\addtolength{\topmargin}{-.7in} | ||
\addtolength{\textheight}{1.4in} | ||
|
||
\urlstyle{same} | ||
|
||
\raggedbottom | ||
\raggedright | ||
\setlength{\tabcolsep}{0in} | ||
|
||
% Sections formatting | ||
\titleformat{\section}{ | ||
\vspace{-4pt}\scshape\raggedright\large\bfseries | ||
}{}{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{\classesList}[4]{ | ||
\item\small{ | ||
{#1 #2 #3 #4 \vspace{-2pt}} | ||
} | ||
} | ||
|
||
\newcommand{\resumeSubheading}[4]{ | ||
\vspace{-2pt}\item | ||
\begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r} | ||
\textbf{\large#1} & \textbf{\small #2} \\ | ||
\textit{\large#3} & \textit{\small #4} \\ | ||
|
||
\end{tabular*}\vspace{-7pt} | ||
} | ||
|
||
\newcommand{\resumeSubSubheading}[2]{ | ||
\item | ||
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} | ||
\textit{\small#1} & \textit{\small #2} \\ | ||
\end{tabular*}\vspace{-7pt} | ||
} | ||
|
||
|
||
\newcommand{\resumeProjectHeading}[2]{ | ||
\item | ||
\begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r} | ||
\small#1 & \textbf{\small #2}\\ | ||
\end{tabular*}\vspace{-7pt} | ||
} | ||
|
||
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}} | ||
|
||
\renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$} | ||
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$} | ||
|
||
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]} | ||
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}} | ||
\newcommand{\resumeItemListStart}{\begin{itemize}} | ||
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} | ||
|
||
|
||
\newcommand\sbullet[1][.5]{\mathbin{\vcenter{\hbox{\scalebox{#1}{$\bullet$}}}}} | ||
|
||
%------------------------------------------- | ||
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
|
||
\begin{document} | ||
|
||
%----------HEADING---------- | ||
\begin{center} | ||
{\Huge \scshape Sriniketh J} \\ \vspace{1pt} | ||
Salem, Tamilnadu \\ \vspace{1pt} | ||
\small \href{tel:+xxxxxxxxxxxx}{ \raisebox{-0.1\height}\faPhone\ \underline{+91-6385685916} ~} \href{mailto:sriniketh.offl@gmail.com}{\raisebox{-0.2\height}\faEnvelope\ \underline{sriniketh.offl@gmail.com}} ~ | ||
\href{https://linkedin.com/in/sriniketh-jayasendil}{\raisebox{-0.2\height}\faLinkedinSquare\ \underline{sriniketh-jayasendil}} ~ | ||
\href{https://github.com/srini047}{\raisebox{-0.2\height}\faGithub\ \underline{srini047}} ~ | ||
% \href{https://www.hackerrank.com/yourid}{\raisebox{-0.2\height}\faHackerrank\ \underline{yourid}} ~ | ||
% \href{https://codeforces.com/profile/yourid}{\raisebox{-0.2\height}\faPoll\ \underline{yourid}} | ||
\vspace{-8pt} | ||
\end{center} | ||
|
||
|
||
%-----------EDUCATION----------- | ||
\section{EDUCATION} | ||
\resumeSubHeadingListStart | ||
\resumeSubheading | ||
{PSG Institute of Technology and Applied Research}{Nov 2020 -- May 2024} | ||
{Electronics and Communication Engineering - \textbf{CGPA} - \textbf{8.57}}{Coimbatore, India} | ||
\resumeSubheading | ||
{Emerald Valley Public School}{2019 -- 2020} | ||
{12th - Computer Science - \textbf{Percentage} - \textbf{93.6\%}}{Salem, India} | ||
\resumeSubheading | ||
{Emerald Valley Public School}{2017 -- 2018} | ||
{10th - \textbf{Percentage} - \textbf{92.6\%}}{Salem, India} | ||
\resumeSubHeadingListEnd | ||
|
||
|
||
%-----------EXPERIENCE----------- | ||
\section{EXPERIENCE} | ||
\resumeSubHeadingListStart | ||
|
||
\resumeSubheading | ||
{Arrcus} | ||
{Sep 2024 -- Present} | ||
{\underline{Software Engineer}}{Bengaluru, India} | ||
\resumeItemListStart | ||
\resumeItem{...} | ||
\resumeItem{...} | ||
\resumeItemListEnd | ||
|
||
\resumeSubheading | ||
{Zoho} | ||
{Feb 2024 -- Aug 2024} | ||
{\underline{Member Technical Staff}}{Chennai, India} | ||
\resumeItemListStart | ||
\resumeItem{Coherently worked on \textbf{enhancing} the cosine similarity \textbf{compute} for large datasets and achieved \textbf{625x speed up.}} | ||
\resumeItem{Benchmark custom speech enhancement model against \textbf{3rd party client libraries}, and improved the metrics by \textbf{7-8\%}} | ||
\resumeItemListEnd | ||
|
||
\resumeSubheading | ||
{naas.ai} | ||
{Feb 2023 -- Feb 2024} | ||
{\underline{Software Developer Intern}}{Remote} | ||
\resumeItemListStart | ||
\resumeItem{Extensively worked on \textbf{improving} workspace, site, and templates, the \textbf{launch} of v2-Alpha attracting \textbf{800+ users}.} | ||
\resumeItem{Worked on \textbf{Searchbar integration}(Algolia), \textbf{Reduce query} calls significantly(\textbf{Loadash}), develop \textbf{functional} UIs.} | ||
\resumeItemListEnd | ||
|
||
\resumeSubHeadingListEnd | ||
\vspace{-12pt} | ||
|
||
%-----------PROJECTS----------- | ||
\section{PROJECTS} | ||
\vspace{-5pt} | ||
\resumeSubHeadingListStart | ||
|
||
\resumeProjectHeading | ||
{\href{https://huggingface.co/spaces/srini047/saliency-profanity-detection}{\textbf{\large{\underline{Saliency and Profanity Detection}}} \href{Project Link}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{{Python, NLP, Gradio, HuggingFace}}}{May 2024} | ||
\resumeItemListStart | ||
\resumeItem{\normalsize{A \textbf{Voting Classifier} that normalizes the values obtained from fine-tuned ML models producing best results.}} | ||
\resumeItem{\normalsize{An \textbf{accurate profanity detection} to flag abusive text ans censors it, safe to consume \textbf{all age} groups.}} | ||
\resumeItemListEnd | ||
\vspace{-13pt} | ||
|
||
\resumeProjectHeading | ||
{\href{https://srini047.github.io/walmart-sparkathon-2023/}{\textbf{\large{\underline{Fusion Futurists}}} \href{Project Link}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{Python, React, Supabase, Gradio, Cohere}}}{Aug 2023} | ||
\resumeItemListStart | ||
\resumeItem{\normalsize{\textbf{Revolutionize} e-commerce with AI-driven \textbf{personalization} for trend-aligned and \textbf{futuristic} experience.}} | ||
\resumeItem{\normalsize{Assist users to buy products \textbf{understanding latest trends} and their buying pattern, and \textbf{improve} revenue.}} | ||
\resumeItemListEnd | ||
\vspace{-13pt} | ||
|
||
\vspace{-13pt} | ||
\resumeProjectHeading | ||
{\href{https://devpost.com/software/hackproinit}{\textbf{\large{\underline{HackProInit}}} \href{Project Link}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{React.js, Node.js, CohereAI, Twilio, Ant Design}}}{Feb 2023} | ||
\resumeItemListStart | ||
\resumeItem{\normalsize{\textbf{Reduce} the \textbf{friction} of participants' mindset to \textbf{brainstorm} ideas in spite of willingness to \textbf{build projects}.}} | ||
\resumeItem{\normalsize{\textbf{Help} \textbf{builders} to explore ideas on various domains for specific \textbf{ideas}, professional \textbf{titles}, and \textbf{description}.}} | ||
\resumeItemListEnd | ||
\vspace{-13pt} | ||
|
||
|
||
\resumeProjectHeading | ||
{\href{https://github.com/abhishekchauhan15/HackTest}{\textbf{\large{\underline{HackTest API}}} \href{Project Link}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{ReactJS, NodeJS, ExpressJS, MongoDB, Postman, APIs}}}{Nov 2022} | ||
\resumeItemListStart | ||
\resumeItem{\normalsize{\textbf{Get} details of coding and hackathon platforms and constantly \textbf{updates} new ones and \textbf{removes} expired ones.}} | ||
\resumeItem{\normalsize{All essential \textbf{requirements} of APIs, schema, and request methods were taken into consideration and built.}} | ||
\resumeItemListEnd | ||
\vspace{-13pt} | ||
|
||
\resumeProjectHeading | ||
{\href{https://devpost.com/software/parking-assistant-using-opencv}{\textbf{\large{\underline{Parking Assistant using OpenCV}}} \href{Project Link}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{Python, OpenCV, MaskRCNN, Twilio}}}{Aug 2021} | ||
\resumeItemListStart | ||
\resumeItem{\normalsize{\textbf{Reduce} the \textbf{friction} of participants' mindset to \textbf{brainstorm} ideas in spite of willingness to \textbf{build projects}.}} | ||
\resumeItem{\normalsize{\textbf{Help} \textbf{builders} to explore ideas on various domains for specific \textbf{ideas}, professional \textbf{titles}, and \textbf{description}.}} | ||
\resumeItemListEnd | ||
|
||
\resumeSubHeadingListEnd | ||
\vspace{-12pt} | ||
|
||
|
||
|
||
%-----------INVOLVEMENT--------------- | ||
\section{EXTRACURRICULAR} | ||
\resumeSubHeadingListStart | ||
\resumeSubheading{Google Developer Students Club}{Jul 2022 -- Jun 2023}{\underline{GDSC Lead}}{Coimbatore, India} | ||
\resumeItemListStart | ||
\resumeItem{\normalsize{\textbf{Spearheaded} and \textbf{established} on-campus initiative, \textbf{building} a community \textbf{(500+)} for tech enthusiasts.}} | ||
\resumeItem{\normalsize{\textbf{Organized} and \textbf{led} engaging events and workshops focused on \textbf{Google technologies}, empowering fellows.}} | ||
\resumeItemListEnd | ||
\resumeSubHeadingListEnd | ||
\vspace{-11pt} | ||
|
||
|
||
|
||
%-----------PROGRAMMING SKILLS----------- | ||
\section{TECHNICAL SKILLS} | ||
\begin{itemize}[leftmargin=0.15in, label={}] | ||
\small{\item{ | ||
\textbf{\normalsize{Tools \& Languages:}}{ \normalsize{C/C++, Python, Linux, JavaScript, Java}} \\ | ||
% \textbf{\normalsize{Developer Tools:}}{ \normalsize{VS Code, Android Studio, DataGrip, Goland, Intellij Idea Ultimate}} \\ | ||
\textbf{\normalsize{Skills/Technologies: }}{\normalsize{PyTorch, Tensorflow, ReactJS, Postman, RAG, LLM, Docker, NodeJS, Git, APIs}} \\ | ||
}} | ||
\end{itemize} | ||
\vspace{-15pt} | ||
\end{document} |