You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitprofile.config.ts
+24-19Lines changed: 24 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -25,27 +25,31 @@ const CONFIG = {
25
25
},
26
26
manual: {
27
27
// Properties for manually specifying projects
28
-
projects: ['AbdulMalikDev/MjcetWiki','somethingdevs/secure-mini-mono','somethingdevs/cs678-jeebench','somethingdevs/almost-final-countdown','gokulprathin8/transcribify'],// List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
28
+
projects: [
29
+
'AbdulMalikDev/MjcetWiki',
30
+
'somethingdevs/secure-mini-mono',
31
+
'somethingdevs/cs678-jeebench',
32
+
'somethingdevs/almost-final-countdown',
33
+
'gokulprathin8/transcribify',
34
+
],// List of repository names to display. example: ['arifszn/my-project1', 'arifszn/my-project2']
29
35
},
30
36
},
31
37
external: {
32
38
header: 'My Projects',
33
39
// To hide the `External Projects` section, keep it empty.
34
40
projects: [
35
41
{
36
-
title: 'Transcribify',
37
-
description:
38
-
'Developed for Patriot Hack 2024 (Won Runner-up!). Transcribify makes video transcription accessible and efficient using AWS Transcribe and Comprehend. We built a scalable solution with React.js, Next.js, and AWS services, focusing on real-time updates, user experience, and cost optimization.',
'Developed for Patriot Hack 2024 (Won Runner-up!). Transcribify makes video transcription accessible and efficient using AWS Transcribe and Comprehend. We built a scalable solution with React.js, Next.js, and AWS services, focusing on real-time updates, user experience, and cost optimization.',
title: 'LLMS vs JEE Advanced: Indian Teenagers Worst Nightmare!',
45
50
description:
46
-
'This project investigates the performance of GPT-4 and other LLMs on JEEBench, a benchmark consisting of 515 difficult pre-engineering problems from the IIT JEE-Advanced exam. It aims to assess the ability of the model to solve complex reasoning problems in math, physics, and chemistry.',
47
-
imageUrl:
48
-
'/llms_vs_jee_advanced.webp',
51
+
'This project investigates the performance of GPT-4 and other LLMs on JEEBench, a benchmark consisting of 515 difficult pre-engineering problems from the IIT JEE-Advanced exam. It aims to assess the ability of the model to solve complex reasoning problems in math, physics, and chemistry.',
'This paper reviews advancements in mobile healthcare applications using deep learning over the past 2-3 years, classifying them into cloud-computing, edge-computing, and offline systems. It also proposes an initial framework for mobile healthcare applications using deep neural networks for disease identification, management, and prevention.',
154
-
}
159
+
},
155
160
],
156
-
161
+
157
162
// Display articles from your medium or dev account. (Optional)
0 commit comments