Skip to content

Commit 5186893

Browse files
committed
update transcripts and add projects
1 parent 336e257 commit 5186893

File tree

13 files changed

+70
-25
lines changed

13 files changed

+70
-25
lines changed

Diff for: config.yaml

+22-22
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ params:
147147
button:
148148
enable: true
149149
name: "Resume"
150-
url: "./resume.pdf" #Fixit
150+
url: /files/resume.pdf #Fixit
151151
download: true
152152
newPage: false
153153
socialLinks:
@@ -158,8 +158,7 @@ params:
158158
url: https://www.linkedin.com/in/sarthak247/
159159
- icon: fab fa-x-twitter
160160
url: https://x.com/sarthak2407
161-
#Fixit
162-
- icon: fab fa-graduation-cap
161+
- icon: fas fa-graduation-cap
163162
url: https://scholar.google.com/citations?user=i3h23AkAAAAJ&hl=en
164163
# customIcons:
165164
# - icon: /fav.png
@@ -197,9 +196,9 @@ params:
197196
companyUrl: "https://crest-centre.net/"
198197
date: "Sept 2023 - May 2024"
199198
featuredLink:
200-
enable: false
201-
name: "View the project"
202-
url: "https://example.com"
199+
enable: true
200+
name: "Project Report"
201+
url: /files/reports/crest.pdf
203202
content: |
204203
- Conducted comprehensive literature reviews to remain updated on the latest advancements in LLMs, automated program repair, and associated optimization techniques.
205204
- Fine-tuned Large Language Models (LLMs) such as Codellama, PLBART, Refact, CodeGen, and CodeT5 for Automated Program Repair (APR) tasks, employing techniques including PEFT (Parameter Efficient Fine-Tuning), LoRA (Low-Rank Adaptation), and int-8 optimization.
@@ -214,8 +213,9 @@ params:
214213
companyUrl: "https://www.adelaide.edu.au/aiml/"
215214
date: "Sept 2022 - Dec 2022"
216215
featuredLink:
217-
enable: false
218-
url: "https://example.com"
216+
enable: true
217+
name: "Project Report"
218+
url: /files/reports/aiml.pdf
219219
info:
220220
enable: true
221221
content: I worked as an ML intern for around 4 months at Australian Institute of Machine Learning (AIML).
@@ -282,7 +282,7 @@ params:
282282
featuredLink:
283283
enable: true
284284
name: "Academic Transcript"
285-
url: "https://example.com" #Fixit
285+
url: /files/transcript.pdf
286286

287287
- title: "Bachelor of Engineering in Computer Science"
288288
school:
@@ -364,19 +364,19 @@ params:
364364
- icon: fab fa-github
365365
url: https://github.com/sarthak247/NekoPDF
366366

367-
# - title: Hugo Profile V2
368-
# content: A clean and simple Hugo template for personal portfolio and blog.
369-
# image: /images/projects/profile2.jpg
370-
# featured:
371-
# name: Demo V2
372-
# link: https://hugo-profile-2.netlify.app
373-
# badges:
374-
# - "Hugo"
375-
# - "Bootstrap"
376-
# - "Javascript"
377-
# links:
378-
# - icon: fab fa-github
379-
# url: https://github.com/gurusabarish/HugoProfileV2
367+
- title: Style Transfer
368+
content: |-
369+
Real Time Style Tranfer on videos with Temporal consistency.
370+
image: /projects/style.png
371+
featured:
372+
# name: Demo
373+
# link: https://django-converter.herokuapp.com
374+
badges:
375+
- "Style Tranfer"
376+
- "Convolutional Neural Network"
377+
links:
378+
- icon: fab fa-github
379+
url: https://github.com/sarthak247/AIMLProject
380380

381381
#Contact
382382
contact:

Diff for: public/files/reports/aiml.pdf

462 KB
Binary file not shown.

Diff for: public/files/reports/crest.pdf

459 KB
Binary file not shown.

Diff for: public/files/transcript.pdf

1.5 MB
Binary file not shown.

Diff for: public/index.html

+48-3
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h3>
320320
<div class="row">
321321
<div class="col-auto h-100">
322322

323-
<a href="./resume.pdf" class="btn" download
323+
<a href="/files/resume.pdf" class="btn" download
324324
>
325325
Resume
326326
</a>
@@ -360,7 +360,7 @@ <h3>
360360
target="_blank"
361361
class="btn social-icon"
362362
>
363-
<i class="fab fa-graduation-cap"></i>
363+
<i class="fas fa-graduation-cap"></i>
364364
</a>
365365
</span>
366366

@@ -790,6 +790,12 @@ <h3 class="text-center">Experience</h3>
790790
</div>
791791

792792

793+
<div class="py-2 featuredLink">
794+
<a class="p-2 px-4 btn btn-outline-primary btn-sm" href=/files/reports/crest.pdf target="_blank">
795+
Project Report
796+
</a>
797+
</div>
798+
793799
</div>
794800

795801
<ul>
@@ -832,6 +838,12 @@ <h3 class="text-center">Experience</h3>
832838
</div>
833839

834840

841+
<div class="py-2 featuredLink">
842+
<a class="p-2 px-4 btn btn-outline-primary btn-sm" href=/files/reports/aiml.pdf target="_blank">
843+
Project Report
844+
</a>
845+
</div>
846+
835847
</div>
836848

837849
<div class="pt-2">
@@ -983,7 +995,7 @@ <h6>
983995

984996

985997
<div class="py-1">
986-
<a href="https://example.com" class="btn">
998+
<a href="/files/transcript.pdf" class="btn">
987999
Academic Transcript
9881000
</a>
9891001
</div>
@@ -1136,6 +1148,39 @@ <h5 class="card-title bg-transparent mt-1">🐱 NekoPDF 📖 - Document Interact
11361148
</div>
11371149
</div>
11381150

1151+
<div class="col-lg-4 col-md-6 my-3">
1152+
<div class="card my-3 h-100" title="Style Transfer">
1153+
<div class="card-head">
1154+
<img class="card-img-top" src="/projects/style.png" alt="Style Transfer">
1155+
</div>
1156+
<div class="card-body bg-transparent p-3">
1157+
<div class="pb-2 bg-transparent">
1158+
1159+
<span class="badge badge-secondary">Style Tranfer</span>
1160+
1161+
<span class="badge badge-secondary">Convolutional Neural Network</span>
1162+
1163+
</div>
1164+
<h5 class="card-title bg-transparent mt-1">Style Transfer</h5>
1165+
<div class="card-text bg-transparent secondary-font">
1166+
Real Time Style Tranfer on videos with Temporal consistency.
1167+
</div>
1168+
</div>
1169+
1170+
<div class="card-footer py-3">
1171+
1172+
<span class="m-1 mx-2">
1173+
<a href="https://github.com/sarthak247/AIMLProject" target="_blank">
1174+
<i class="fab fa-github"></i>
1175+
</a>
1176+
</span>
1177+
1178+
1179+
</div>
1180+
1181+
</div>
1182+
</div>
1183+
11391184

11401185
</div>
11411186
</div>

Diff for: public/projects/style.png

607 KB
Loading

Diff for: public/projects/style_tranfer.jpeg

178 KB
Loading

Diff for: public/projects/style_tranfer.png

607 KB
Loading

Diff for: public/projects/styletranfer.png

607 KB
Loading

Diff for: static/files/reports/aiml.pdf

462 KB
Binary file not shown.

Diff for: static/files/reports/crest.pdf

459 KB
Binary file not shown.

Diff for: static/files/transcript.pdf

1.5 MB
Binary file not shown.

Diff for: static/projects/style.png

607 KB
Loading

0 commit comments

Comments
 (0)