Skip to content

Commit 91b4b73

Browse files
committed
Add Projects
1 parent 7d235c6 commit 91b4b73

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

content/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ date_format = "%b %-d, %Y"
2727

2828
I am a second-year M.S. student in the Department of Computer Science at IIT Madras, advised by <a href="https://www.cse.iitm.ac.in/~rupesh/">Prof. Rupesh Nasre </a>. I make writing code for supercomputers simpler and more efficient. <sup><a href="" >Know More</a> </sup>
2929

30-
Beyond research, I enjoy reading, <a href="">photography</a>, guitar, and solo cycling.
30+
Beyond research, I enjoy reading, <a href="">photography</a>, playing guitar, and cycling.
3131

3232
## Education
3333
{{ collection(file="education.toml") }}
34+
35+
## Projects
36+
{{ collection(file="projects.toml") }}

content/projects.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[[collection]]
2+
type = "card"
3+
icon = "/assets/icon-deepseek.svg"
4+
title = "DeepSeek"
5+
subtitle = "AI Researcher"
6+
date = "2025-present"
7+
content = """\
8+
Work on the DeepSeek project, a research project that aims to develop a new generation of AI models that can understand and generate natural language text.
9+
10+
The project is focused on developing models that can generate text that is coherent, informative, and engaging, and that can be used in a wide range of applications, including chatbots, virtual assistants, and content generation tools.
11+
"""
12+
13+
[[collection]]
14+
type = "card"
15+
icon = "/assets/icon-openai.png"
16+
title = "OpenAI"
17+
subtitle = "Machine Learning Engineer"
18+
date = "2021-2025"
19+
content = """\
20+
Alone with the team, I worked on developing new machine learning models and algorithms for a wide range of applications, including natural language processing, computer vision, and reinforcement learning. I also worked on developing new tools and frameworks for training and deploying machine learning models, and on building systems that can scale to handle large amounts of data and compute resources.
21+
"""
22+
23+
[[collection]]
24+
type = "card"
25+
icon = "/assets/icon-google.webp"
26+
title = "Google"
27+
subtitle = "Backend Engineer"
28+
date = "2018-2022"
29+
content = """\
30+
As a backend engineer at Google, I worked on developing and maintaining the backend systems that power Google's search engine, as well as other products and services. I worked on developing new features and improvements for the search engine, as well as on optimizing the performance and scalability of the backend systems.
31+
"""

0 commit comments

Comments
 (0)