Skip to content

Commit

Permalink
modify img
Browse files Browse the repository at this point in the history
  • Loading branch information
jlikhuva committed May 20, 2024
1 parent 1defdcd commit 842103f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Binary file added projects/assets/bio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions projects/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ <h3><span class="arxiv">About the Author </span></h3>
</p>
</div>
<div class="bio-img">
<img src="https://avatars.githubusercontent.com/u/16214289?s=400&u=42de88b3dcc13b455d039012ef29d4bec2bb6498&v=4"
class="photo">
<img src="./assets/bio.jpg" class="photo">
</div>
</div>

Expand Down Expand Up @@ -75,8 +74,7 @@ <h3>Notable Technical Projects, and Research</h3>
<h4>Spotting and Transcribing Structured Nutrition Information for Product Images</h4>
<h5> </h5>
<h6><span class="conference workshop isca">Computer Vision</span> Spring 2018; Updated Summer 2022</h6>
<p>Generate vector graphics (SVGs), pixel art and sketches from text using the pretrained Stable
Diffusion model.</p>
<p>Back before the era of powerful multimodal AI systems, I designed a system for reading nutrition labels.</p>
<ul>
<li><a href="https://github.com/jlikhuva/NutritionProject/blob/master/Data/arxiv.pdf"
target="_blank">[Paper]</a></li>
Expand All @@ -99,8 +97,7 @@ <h6>
</a>
<span style="color: red">Best Poster Award</span>
</h6>
<p>We optimize a NeRF from scratch using a pretrained text-to-image diffusion model to do text-to-3D
generative modeling.</p>
<p> Designed and Led the implementation of a full genomic data retrieval, and exploration API. </p>
<ul>
<li><a href="https://www.gtexportal.org/home/" target="_blank">[Website]</a></li>
<li><a href="https://gtexportal.org/api/v2/redoc#tag/Dynamic-Association-Endpoints"
Expand All @@ -114,4 +111,4 @@ <h6>
</section>
</body>

</html>
</html>

0 comments on commit 842103f

Please sign in to comment.