<?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>Forem: Olagunju Afeez</title>
    <description>The latest articles on Forem by Olagunju Afeez (@afeezee).</description>
    <link>https://forem.com/afeezee</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%2F1731394%2F9cdd8830-5f1b-44da-bb52-29d5a7e843ba.jpg</url>
      <title>Forem: Olagunju Afeez</title>
      <link>https://forem.com/afeezee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/afeezee"/>
    <language>en</language>
    <item>
      <title>Polyglotta -- A Multilingual translator</title>
      <dc:creator>Olagunju Afeez</dc:creator>
      <pubDate>Tue, 06 Aug 2024 22:52:51 +0000</pubDate>
      <link>https://forem.com/afeezee/polyglotta-a-multilingual-translator-33oh</link>
      <guid>https://forem.com/afeezee/polyglotta-a-multilingual-translator-33oh</guid>
      <description>&lt;p&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%2Fviuwudowcvoqgh2bg42e.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%2Fviuwudowcvoqgh2bg42e.png" alt="Image description" width="720" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I just developed a multilingual application called Polyglotta which translates any language to another language.&lt;/p&gt;

&lt;p&gt;This was a fun-filled, productive experience because I've always been fascinated by how translators like Google Translators works.&lt;/p&gt;

&lt;p&gt;The idea to create this app came from a postgraduate class titled Natural Language Processing by Dr. S. Eludiora. He is well known in the field of Natural Language Processing particularly English-Yoruba translation. He challenged us to build an application to translate English language to Yoruba. I asked a question that, can't we create a translator that could work vice-versa? He told us that many Yoruba words don't have direct translation to English language. Since then, I have had it in mind to take up the challenge. This time,  doing bidirectional translation between various languages.&lt;/p&gt;

&lt;p&gt;Recently, I have little to do thus giving me more time to get my hands dirty, coding. Recently, I suddenly remembered the class. I was instantly inspired to developed the application since the tools to build it are readily available.&lt;/p&gt;

&lt;p&gt;As usual, I used Gradio, an SDK to build Graphical User Interface for various applications and I deployed the program on Huggingface spaces. I would delve into the core of the technicalities later.&lt;/p&gt;

&lt;p&gt;The application is available under spaces built for Cereus Technologies, my budding Tech Company. You can also find other screens on the organization page on Huggingface.&lt;/p&gt;

&lt;p&gt;I want to add more features like audio playback and translation and more languages based on demands. I want you to use the application and give me a feedback which will improve the performance on a long run.&lt;/p&gt;

&lt;p&gt;Check the app out &lt;a href="https://huggingface.co/spaces/CereusTech/Polyglotta" rel="noopener noreferrer"&gt;here&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Polyglotta: A multilingual translator.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://huggingface.co/spaces/CereusTech/Polyglotta" rel="noopener noreferrer"&gt;https://huggingface.co/spaces/CereusTech/Polyglotta&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nlp</category>
      <category>webdev</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>My experience with Llama 3.1 70B</title>
      <dc:creator>Olagunju Afeez</dc:creator>
      <pubDate>Mon, 05 Aug 2024 22:37:13 +0000</pubDate>
      <link>https://forem.com/afeezee/my-experience-with-llama-31-70b-38il</link>
      <guid>https://forem.com/afeezee/my-experience-with-llama-31-70b-38il</guid>
      <description>&lt;p&gt;Lately, I have been playing with Llama 3.1, the latest version of the Large Language Model powering Meta AI. I've been able to develop two key applications. I was using it for learning and research purposes until I found a great potential in it as an open source LLM with great capabilities.&lt;/p&gt;

&lt;p&gt;The first application I created was a Trivia game on Nigerian Music. The app will ask you questions, after answering, it will award you points. However, I faced some challenges because of Llama 3.1 70B, the model I used paucity of knowledge on Nigerian Music and it's constant hallucination.&lt;/p&gt;

&lt;p&gt;Nevertheless, I got my breakthrough application 3 days ago when I developed a Fact-checking application using the LLM. It gave incredible results with no hallucination. You can verify any claim on it, however, it won't be able to verify new claims after its release. Regardless, it is a solid application and I'm super proud of it.&lt;/p&gt;

&lt;p&gt;The development of open source models like Llama opens us to infinite possibilities of building various AI applications without any cost or hassle. It's a game-changer in the arms race of AI development.&lt;/p&gt;

&lt;p&gt;It's important to note that I am available for all your AI application development concerns. If you have any project in mind, I can help you bring it to fruition as an AI expert.&lt;/p&gt;

&lt;p&gt;Find the link to the projects below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://huggingface.co/spaces/CereusTech/TriviaVilla" rel="noopener noreferrer"&gt;TriviaVilla&lt;/a&gt;: Nigerian Music Trivia&lt;/p&gt;

&lt;p&gt;&lt;a href="https://huggingface.co/spaces/CereusTech/Facto" rel="noopener noreferrer"&gt;Facto&lt;/a&gt;: A fast and accurate fact-checker&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>api</category>
    </item>
  </channel>
</rss>
