Skip to content

Commit

Permalink
Update webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeonss committed Oct 20, 2023
1 parent f039490 commit a1ce744
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,12 @@ <h1 class="title">Hello there</h1>
</td>
</tr>
<tr>
<td>Developed a program in Python to remove text from speech bubbles in foreign comics using Easy OCR, an optical character engine which uses deep machine learning.
<br><br>Used Deep-Translate, a python wrapper for the Google Translate API, to replace foreign text to translated English text.</td>
<td>
<ul>
<li>Developed a program in Python to remove text from speech bubbles in foreign comics using Easy OCR, an optical character engine which uses deep machine learning.</li>
<li>Used Deep-Translate, a python wrapper for the Google Translate API, to replace foreign text to translated English text.</li>
</ul>
</td>
</tr>
</table>

Expand All @@ -173,11 +177,14 @@ <h1 class="title">Hello there</h1>
</td>
</tr>
<tr>
<td>Developed a portable software tool for image stitching, splitting, upscaling, denoising, and watermarking.
<br><br>Features smart splitting to auto detect empty space to split for an automated and faster process.
<br><br>Integrates Waifu2X, an image upscaling and noise reduction program which uses deep convolutional neural networks.
<br><br>Built in Java with JavaFX and distributed to Windows, Linux, and MacOS with Maven and JDeploy.
</td>
<td>
<ul>
<li>Developed a portable software tool for image stitching, splitting, upscaling, denoising, and watermarking.</li>
<li>Features smart splitting to auto detect empty space to split for an automated and faster process.</li>
<li>Integrates Waifu2X, an image upscaling and noise reduction program which uses deep convolutional neural networks</li>
<li>Built in Java with JavaFX and distributed to Windows, Linux, and MacOS with Maven and JDeploy</li>
</ul>
</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit a1ce744

Please sign in to comment.