Skip to content

Commit f5a897c

Browse files
added HinglishEval image and added HinglishEval in projects section
1 parent ac0e2fa commit f5a897c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

img/projects/project-HinglishEval.png

3.11 MB
Loading

pages/projects/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,24 @@ <h2 class="project-title">SaiMan</h2>
108108
</div>
109109
</div>
110110
</div>
111+
<div class="project-box">
112+
<!-- Recommended Thumbnail Aspect Ratio 5:3 -->
113+
<img class="project-thumbnail" src="./img/projects/project-HinglishEval.png">
114+
<div class="project-info">
115+
<h2 class="project-title">HinglishEval</h2>
116+
<p> Hinglish is a blend of Hindi and English, with frequent usage of English words in sentences with standard Hindi grammar. The HinglishEval project evaluates the effectiveness of code-generation models on Hinglish prompts. </p>
117+
<div class="project-buttons">
118+
<a class="project-button" href="https://sathvik040105.github.io/crypto-SaiMan/">
119+
<span class="material-symbols-outlined">open_in_new</span>
120+
<span class="project-button-label"> Visit Page </span>
121+
</a>
122+
<a class="project-button" href=" https://github.com/mrigankpawagi/HinglishEval">
123+
<img class="project-button-icon" src="./img/social/git.png" />
124+
<span class="project-button-label"> GitHub </span>
125+
</a>
126+
</div>
127+
</div>
128+
</div>
111129
</main>
112130

113131
<footer>

0 commit comments

Comments
 (0)