<?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: Maxwell</title>
    <description>The latest articles on Forem by Maxwell (@maxwellmanga).</description>
    <link>https://forem.com/maxwellmanga</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%2F1111688%2Feda2d885-e17e-4415-826a-df1855837347.jpeg</url>
      <title>Forem: Maxwell</title>
      <link>https://forem.com/maxwellmanga</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/maxwellmanga"/>
    <language>en</language>
    <item>
      <title>Speech calculator Interface through Transformer Model</title>
      <dc:creator>Maxwell</dc:creator>
      <pubDate>Sat, 01 Jul 2023 21:40:32 +0000</pubDate>
      <link>https://forem.com/maxwellmanga/speech-calculator-interface-through-transformer-model-52kl</link>
      <guid>https://forem.com/maxwellmanga/speech-calculator-interface-through-transformer-model-52kl</guid>
      <description>&lt;p&gt;Since the rising of Transformers Models in 2017, numerous applications are observed from different domains from Natural Language Processing(NLP) to Automatic Speech Recognition (ASR). In this article, We will propose a tool based on Transformer Model to solve Mathematical Word Problems (MWP). Concretely the designed tool proposed will be for arithmetic expression evaluation, a subclass of MWP.&lt;br&gt;
We call this tool Voice Calculator Interface (VCI). The design of VCI is given in the figure below.&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%2Fpmjrx1vp3dihkxd5ckjh.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%2Fpmjrx1vp3dihkxd5ckjh.png" alt="Image description" width="800" height="326"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Voice Calculator Interface flowVCI processes arithmetic expressions from a speech. Similar to a physical calculator the user can order calcul by its voice. no more needed to type just speak :).&lt;/p&gt;

&lt;p&gt;It uses a transformer-based technology to transcribe a voice from a speech. The related transformer is Openai/Whisper this large language model permit extraction of a text from a speech, at considerable precision. Openai/Whisper was obtained from the Hugging Face model repository, you can access the model &lt;a href="https://huggingface.co/openai/whisper-medium" rel="noopener noreferrer"&gt;here&lt;/a&gt; &lt;a href="https://huggingface.co/openai/whisper-medium" rel="noopener noreferrer"&gt;https://huggingface.co/openai/whisper-medium&lt;/a&gt; Thanks for this community.&lt;br&gt;
The transcribed text should be an arithhmetic expression. or example, as five plus three times five became (5 + 3*5), if the transcribed text doesn't have sens in terms of calcculation VCI rejects.&lt;br&gt;
the transcribed text is then parsed to extract atoms of the calculus expression from its alphabet. The atoms are organized into categories:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;- &lt;strong&gt;Operators&lt;/strong&gt;: Represent basic arithmetic expressions +, -,*, /&lt;/li&gt;
&lt;li&gt;- &lt;strong&gt;Functions&lt;/strong&gt;: Represent a set of functions based command&lt;/li&gt;
&lt;li&gt;- &lt;strong&gt;Unit&lt;/strong&gt;: Represent the set of natural numbers from 1 to 9&lt;/li&gt;
&lt;li&gt;- &lt;strong&gt;Tense&lt;/strong&gt;: Union of the set of natural number multiples of 10 and the set of numbers from 10 to 19.&lt;/li&gt;
&lt;li&gt;- &lt;strong&gt;Others&lt;/strong&gt;: Set of numbers in hundred, thousand, million&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After atoms are extracted in the expression, VCI evaluates the expression and gives the result.&lt;br&gt;
The aim of VCI tool is to act as a Brain-Computer Interface for calculus, to solve decidable Maths Word Problems.&lt;/p&gt;

&lt;p&gt;The repository of the project can be found here &lt;a href="https://github.com/MaxwellNM/voice-calculator-interface" rel="noopener noreferrer"&gt;https://github.com/MaxwellNM/voice-calculator-interface&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>deeplearning</category>
    </item>
  </channel>
</rss>
