-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (168 loc) · 8.92 KB
/
Copy pathindex.html
File metadata and controls
185 lines (168 loc) · 8.92 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paras Puneet Singh | Personal Website</title>
<link rel="stylesheet" href="paras portfolio.css">
</head>
<body>
<div class="full-page">
<div class="intro-text">
<h1>Paras Puneet Singh</h1>
<p>B.E., Computer Science, 2026</p>
<p>paras.puneet2204@gmail.com</p>
<p>Mobile: 8527100793</p>
</div>
</div>
<header>
<div class="header-content">
<h1>Paras Puneet Singh</h1>
<p>B.E., Computer Science, 2026</p>
<p>paras.puneet2204@gmail.com</p>
<p>Mobile: 8527100793</p>
</div>
</header>
<section>
<h2>Academic Details</h2>
<table>
<tr>
<th>Course</th>
<th>Institute/College</th>
<th>Board/University</th>
<th>Score</th>
<th>Year</th>
</tr>
<tr>
<td>CLASS XII</td>
<td>Army Public School, Bareilly</td>
<td>CBSE</td>
<td>96.4%</td>
<td>2022</td>
</tr>
<tr>
<td>CLASS X</td>
<td>Army Public School, Bareilly</td>
<td>CBSE</td>
<td>95.8%</td>
<td>2020</td>
</tr>
</table>
</section>
<section>
<h2>Subjects / Electives</h2>
<p>Data Structures and Algorithms, Database Systems, Object-Oriented Programming, Discrete Structures in Computer Science, Data Mining, Logic in Computer Science, Non-Linear Optimization, Computer Programming.</p>
<p>CGPA: 9.28/10</p>
</section>
<section>
<h2>Technical Proficiency</h2>
<p>C++, Java, Python, C, Julia, JavaScript, MySQL, React, Web Development, Express.js</p>
</section>
<section>
<h2>Summer Internship / Work Experience</h2>
<h3>AI Engineer Intern, QureAI (May 2025 - Jul 2025)</h3>
<p> Designed and implemented scalable backend services using Python, Django, and PortKey, adhering to industry-standard software architecture and system design principles.</p>
<br>
<h3>Intern, CloudDefense.AI (May 2024 - Jul 2024)</h3>
<p>I worked on the UI testing of the website. The second project required building a <b><a href="https://github.com/ParasPuneetSingh/chatbot-clouddefense">RAG based AI Chatbot</a></b> using MiniLM, Langchain, Pinecone, and OpenAI API. The latest project involves finding boto3 alternatives to retrieve data from GCP accounts for vulnerability and risk checks.</p>
<br>
<h3>Fellow, SciML (May 2024 - Aug 2024),(May 2025 - Aug 2025)</h3>
<p>Worked on developing an optimization package to handle <b><a href="https://github.com/ParasPuneetSingh/Optimization.jl">Multi-Objective Optimization</a></b> problems, integrating with current packages and SciML interfaces, and managing documentation, maintenance, and bug fixes related to the package. I also developed the DAE and ODE optimizers for gradient based optimization.</p>
</section>
<section>
<h2>Projects</h2>
<h3>LLMs based Zero-shot Learner model for Time Series – Generative AI and ML (Jan 2025 - Apr 2025)</h3>
<p> Developed a framework to optimize pre-trained OpenAI LLMs for time series classification and forecasting without fine-tuning. Achieved 96% accuracy on unseen data; supports accurate zero-shot predictions on time series.</p>
<br>
<h3>CRUD Application - Web Development (Jan 2024 - Apr 2024)</h3>
<p>Created a <b><a href="https://github.com/ParasPuneetSingh/CRUDApplication">CRUD website</a></b> with React, Node.js, and MySQL to manage employees, offices, and locations of a company.</p>
<br>
<h3>E-commerce Website - Web Development (Aug 2023 - Dec 2023)</h3>
<p>Developed an <b><a href="https://github.com/ParasPuneetSingh/oopsProject">e-commerce website</a></b> for students to auction goods, using HTML, CSS, MongoDB, and Node.js.</p>
<br>
<h3>Research in Number Theory (Jan 2023 - Present)</h3>
<p>Conducting research on the proof of the <b>Twin Prime Conjecture</b>, a famous unsolved problem in number theory, with the paper currently under review.</p>
<h3>Landmark Detection ML - Machine Learning (Mar 2024 - Apr 2024)</h3>
<p>Worked on the Google's Landmarks dataset from GitHub to identify <a href="https://github.com/ParasPuneetSingh/LandmarkDetectionAndClassifier">landmarks</a>, optimizing precision from <b>65% to 90%</b> and accuracy from <b>75% to 92%</b> through dataset preprocessing.</p>
<br>
<h3>ML Projects - Machine Learning (Jul 2023 - Dec 2023)</h3>
<ul>
<li>Improved accuracy of the Iris classifier from <b>70% to 90%</b> by optimizing parameters.</li>
<li>Enhanced the Haarcascade face classifier's accuracy from <b>85% to 91%</b> for identifying faces in images and video frames.</li>
</ul>
</section>
<section>
<h2>Position of Responsibility</h2>
<h3>Teaching Assistant (Database Systems) - BITS Pilani (Aug 2024 - Dec 2024)</h3>
<ul>
<li>Provided one-on-one support to students during labs, resulting in a 50% increase in academic achievement and a 25% increase in student engagement.</li>
<li>Assisted the instructor with lab assignments and projects to test conceptual understanding and hands-on implementation.</li>
</ul>
<h3>President - BITS-H Toastmasters (May 2024 - Present)</h3>
<p>Elected as the president of the club due to distinguished performance and foresight.</p>
<br>
<h3>Sergeant At Arms - BITS-H Toastmasters (May 2023 - Apr 2024)</h3>
<p>Improved public speaking skills and established connections with a broader network.</p>
</section>
<section>
<h2><a href="https://drive.google.com/drive/folders/1cpi6UPtEtvRLx9pGMukPzgkobprv3_Y_?usp=sharing">Certifications</a></h2>
<ul>
<li>Software Engineering Job Simulation - Forage</li>
<li>Machine Learning Specialization - Coursera</li>
<li>Competing Business through AI-powered Supply Chains - IIM Mumbai</li>
<li>30 days of Postman - for developers - Postman</li>
<li>Postman API Fundamentals Student Expert - Postman</li>
<li>Bloomberg Market Concepts - Bloomberg for Education</li>
</ul>
</section>
<section>
<h2>Scholarships</h2>
<p>Merit Scholarship (Top 1%) for academic excellence - Jan 2024</p>
</section>
<section>
<h2>Languages Known</h2>
<p>English, Hindi, Japanese</p>
</section>
<section>
<h2>My Links</h2>
<p><b><a href="https://www.linkedin.com/in/paras-puneet-singh-664604267/">LinkedIn</a></b></p>
<p><b><a href="https://github.com/ParasPuneetSingh">GitHub</a></b></p>
</section>
<section>
<h2>Conferences and Workshops</h2>
<h3>BITSMUN - Organized by BITSMUN Society (Nov 2023)</h3>
<p>Hosted the BITSMUN on campus, attracting delegates from across the states.</p>
<br>
<h3>Launchpad - Organized by E-Cell (Mar 2023)</h3>
<p>Organized an entrepreneurship event to promote and incubate startups on campus.</p>
</section>
<section>
<h2>Competitions</h2>
<h3>Humorous Speech Contest (Club Level) - Oct 2023</h3>
<p>Qualified for the next level and secured the first position in the club.</p>
<br>
<h3>Evaluation Speech Contest (Club Level) - Oct 2023</h3>
<p>Evaluated speeches based on different criteria, providing feedback for improvement and encouragement.</p>
</section>
<section>
<h2>Volunteer Experience</h2>
<h3>ICONWIL - Volunteer (Education) (Apr 2024)</h3>
<p>Volunteered to help manage and navigate the event, ensuring its success.</p>
<br>
<h3>Nirmaan - Volunteer (Social Services) (Nov 2022 - Present)</h3>
<p>Participated in various social welfare activities, including teaching underprivileged children and participating in anti-drug awareness campaigns.</p>
</section>
<section>
<h2>Extra-Curricular Activities</h2>
<p><b>SAFL (Learning Japanese):</b> Engaged in activities to improve elementary-level Japanese.</p>
<br>
<p><b>Member of Blocksoc:</b> Exploring blockchains and their applications.</p>
<br>
<p><b>Bhangra (Dancing):</b> Performed twice for Baisakhi, once in Sanskriti, and twice in Lohri.</p>
</section>
<footer>
<p id="copyright">© 2024 Paraspuneet Singh. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>