<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Charles</title>
    <description>The latest articles on DEV Community by Charles (@ducdev_29).</description>
    <link>https://dev.to/ducdev_29</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F601358%2F9eab7bd3-bb94-442d-8588-8897082f0a98.jpeg</url>
      <title>DEV Community: Charles</title>
      <link>https://dev.to/ducdev_29</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ducdev_29"/>
    <language>en</language>
    <item>
      <title>Spext - a web app that helps international students study better</title>
      <dc:creator>Charles</dc:creator>
      <pubDate>Fri, 22 Nov 2024 05:04:13 +0000</pubDate>
      <link>https://dev.to/ducdev_29/spext-a-web-app-that-helps-international-students-study-better-321h</link>
      <guid>https://dev.to/ducdev_29/spext-a-web-app-that-helps-international-students-study-better-321h</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/assemblyai"&gt;AssemblyAI Challenge &lt;/a&gt;: Sophisticated Speech-to-Text.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Spext is a web app that helps international students study better when they are struggling to keep up with lectures because of the language barrier. Spext can&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Convert audio to text&lt;/li&gt;
&lt;li&gt;Translate audio to your language&lt;/li&gt;
&lt;li&gt;Convert and translate stream audio to text (Coming soon)&lt;/li&gt;
&lt;li&gt;Sumarize the audio (Coming soon)&lt;/li&gt;
&lt;li&gt;Ask questions about your audio data (Coming soon)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://spext-ruby.vercel.app/" rel="noopener noreferrer"&gt;https://spext-ruby.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fofvccsqjj4294d99ubhg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fofvccsqjj4294d99ubhg.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxab3gihor17ngwfujxjx.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxab3gihor17ngwfujxjx.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foz9zdskpeb67iw4ntbfy.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foz9zdskpeb67iw4ntbfy.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feorfffqb351wf6k72q9o.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feorfffqb351wf6k72q9o.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;My technical stack is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;NextJS for UI&lt;/li&gt;
&lt;li&gt;Firebase for authentication&lt;/li&gt;
&lt;li&gt;AssemblyAI’s Speech-to-Text Model APIs to convert audio to text&lt;/li&gt;
&lt;li&gt;An API to translate the language&lt;/li&gt;
&lt;li&gt;Vercel for hosting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I use Universal-2, AssemblyAI’s Speech-to-Text Model APIs to convert an audio to text&lt;br&gt;
Then I create a feature which translates the converted text into the language that the user is fluent. Currently, I support 26 languages&lt;/p&gt;

&lt;p&gt;In the future:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I plan to develop a feature for real-time translation, allowing students to understand lectures as the instructor speaks instead of having to rely on recordings.&lt;/li&gt;
&lt;li&gt;I will support translation into more languages and make it more natural and human-like.&lt;/li&gt;
&lt;li&gt;I’ll create features to summarize audio, ask questions about its content, and generate flashcards based on the audio.
&amp;lt;!-- Tell us how Universal-2, AssemblyAI’s Speech-to-Text Model was incorporated in your application. --&amp;gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>assemblyaichallenge</category>
      <category>ai</category>
      <category>api</category>
    </item>
    <item>
      <title>Web App to study effectively with flashcards, space repetition, images, and audios</title>
      <dc:creator>Charles</dc:creator>
      <pubDate>Mon, 14 Oct 2024 06:39:40 +0000</pubDate>
      <link>https://dev.to/ducdev_29/web-app-to-study-effectively-with-flashcards-space-repetition-images-and-audios-2p21</link>
      <guid>https://dev.to/ducdev_29/web-app-to-study-effectively-with-flashcards-space-repetition-images-and-audios-2p21</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/pinata"&gt;The Pinata Challenge &lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I build a website to study efficiently with flashcards and space repetition technique. Moreover, I also use images and sounds to make memorization much faster and more effective. &lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://leo-flashcards.vercel.app/" rel="noopener noreferrer"&gt;https://leo-flashcards.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffgi0nhch7ztge5bs10bc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffgi0nhch7ztge5bs10bc.png" alt="Image description" width="800" height="513"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7kw0rad5v7oohjkxdgv1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7kw0rad5v7oohjkxdgv1.png" alt="Image description" width="800" height="513"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdqcp3xu4b5ke1tno14p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsdqcp3xu4b5ke1tno14p.png" alt="Image description" width="800" height="513"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/duc-dev/leo-flashcards" rel="noopener noreferrer"&gt;https://github.com/duc-dev/leo-flashcards&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  More Details
&lt;/h2&gt;

&lt;p&gt;I use Pinata to store audios and images&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>pinatachallenge</category>
      <category>webdev</category>
      <category>api</category>
    </item>
  </channel>
</rss>
