<?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: Igor Luiz Halfeld</title>
    <description>The latest articles on DEV Community by Igor Luiz Halfeld (@igorhalfeld).</description>
    <link>https://dev.to/igorhalfeld</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%2F238452%2F0d91928d-db9f-4794-8326-680629c49db8.jpg</url>
      <title>DEV Community: Igor Luiz Halfeld</title>
      <link>https://dev.to/igorhalfeld</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/igorhalfeld"/>
    <language>en</language>
    <item>
      <title>🍕English Tutor: Speak and get instant feedback about your vocabulary</title>
      <dc:creator>Igor Luiz Halfeld</dc:creator>
      <pubDate>Mon, 15 Apr 2024 03:50:16 +0000</pubDate>
      <link>https://dev.to/igorhalfeld/english-tutor-speak-and-get-instant-feedback-about-your-vocabulary-f7o</link>
      <guid>https://dev.to/igorhalfeld/english-tutor-speak-and-get-instant-feedback-about-your-vocabulary-f7o</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/devteam/join-us-for-the-cloudflare-ai-challenge-3000-in-prizes-5f99"&gt;Cloudflare AI Challenge&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built an app that you can SPEAK directly in the browser and get instant feedback about your vocabulary by talking with "english tutor"&lt;/p&gt;

&lt;p&gt;This app can easily become a micro saas, where you ask about the language the customer wants to learn and get paid by use.&lt;/p&gt;

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

&lt;p&gt;Link to &lt;a href="https://www.youtube.com/watch?v=es9RQaPi7jA"&gt;video demo 🚀&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Link to &lt;a href="https://englishtutor.pages.dev/"&gt;live demo 🤙🏻&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Here is my code: &lt;a href="https://github.com/IgorHalfeld/englishtutor"&gt;https://github.com/IgorHalfeld/englishtutor&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;I live in Brazil and here a lot of people don't practice speaking so I built this app to use AI to help them enhance english skills.&lt;/p&gt;

&lt;p&gt;AI Models used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;@cf/openai/whisper&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;@cf/qwen/qwen1.5-0.5b-chat&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedbacks to Cloudflare
&lt;/h2&gt;

&lt;p&gt;This is my first time using CF Worker and I know how important it is to get feedback from customers, so here is mine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Workers DX are not good&lt;br&gt;
The best way I found to make this work great was by using Honojs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;1MB to deploy a frontend is not enough&lt;br&gt;
I faced this trouble when deploying Nuxt app, so I made a &lt;a href="https://github.com/IgorHalfeld/englishtutor/tree/main/.output"&gt;workaround versioning static generated files&lt;/a&gt;&lt;br&gt;
&lt;em&gt;As you can see by the source code above, it's a really simple app to get this message about the size&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Whisper could have a parameter to pass the language&lt;br&gt;
If I could define the language I'm speaking this would not happen&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuh5dtvw935h6rnutfgu4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuh5dtvw935h6rnutfgu4.png" alt="error screenshot" width="800" height="520"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Generic errors from wrangler commands when using AI Workers&lt;br&gt;
Errors like "Unknown internal error" happened multiple times&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>cloudflarechallenge</category>
      <category>devchallenge</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
