<?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: Funnybob</title>
    <description>The latest articles on Forem by Funnybob (@funnybob).</description>
    <link>https://forem.com/funnybob</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%2F1063826%2F0fe1d1aa-286b-4a5c-8b53-b63ce959235e.png</url>
      <title>Forem: Funnybob</title>
      <link>https://forem.com/funnybob</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/funnybob"/>
    <language>en</language>
    <item>
      <title>Build an AI App in 5 Minutes without Coding</title>
      <dc:creator>Funnybob</dc:creator>
      <pubDate>Sun, 23 Apr 2023 15:29:25 +0000</pubDate>
      <link>https://forem.com/funnybob/build-an-ai-app-in-5-minutes-without-coding-4l5c</link>
      <guid>https://forem.com/funnybob/build-an-ai-app-in-5-minutes-without-coding-4l5c</guid>
      <description>&lt;p&gt;In this era of widespread AI, the barrier to developing AI applications is getting lower. However, for most developers, the difficulty still exists in data processing, model development, training, and application deployment. &lt;a href="https://langgenius.ai/?utm_source=opr&amp;amp;utm_medium=devto&amp;amp;utm_context=5min" rel="noopener noreferrer"&gt;LangGenius&lt;/a&gt; provides an "all-in-one" solution to easily build AI apps.I was able to define prompts through a GUI to get my target app, the whole process took no more than 5 minutes. I can also perform subsequent operation monitoring, application running data analysis. Next, I will walk you through how I built an AI app step-by-step.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First of all, you will need  an OpenAI API key which you will have to apply for on OpenAI.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Register a free account&lt;/strong&gt; on the &lt;a href="https://langgenius.ai/?utm_source=opr&amp;amp;utm_medium=dev_to&amp;amp;utm_context=5min" rel="noopener noreferrer"&gt;LangGenius&lt;/a&gt; official website and log in.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After logging in, &lt;strong&gt;click "Create New Application" at the top of the page&lt;/strong&gt; and select the chatbot template. LangGenius provides rich application templates for developers to create with one click. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&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%2Frguifvfcrlrboq6syvoh.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%2Frguifvfcrlrboq6syvoh.png" alt="Create New Application"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
After setting up your trigger words, uploading data, and selecting your application model, developers can chat directly with the chatbot on the page to experience the effect of the application. The &lt;strong&gt;debugging process&lt;/strong&gt; is simple and intuitive.&lt;/li&gt;
&lt;/ul&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%2Fll9fdmk6tdlvu764v3q0.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%2Fll9fdmk6tdlvu764v3q0.png" alt="debugging"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
If you want to &lt;strong&gt;adjust the application&lt;/strong&gt;, developers can directly edit the data and retrain to quickly iterate the application.&lt;/li&gt;
&lt;li&gt;After the application development is completed, click“Apply and publish” and publish it as an API or web application for wider use.&lt;/li&gt;
&lt;/ul&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%2F1d33zkxmq6mssh80ltfi.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%2F1d33zkxmq6mssh80ltfi.png" alt="Apply and publish"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
After the completion of the application release, when your application enters the operation phase, you can observe the usage status and data performance of the application at any time. It provides data annotation and improvement capabilities, allowing you to continuously improve your AI performance.&lt;/li&gt;
&lt;/ul&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%2Fgg3bkjavl6h70su0ue5w.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%2Fgg3bkjavl6h70su0ue5w.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The whole process was so easy, just like playing a game, without worrying about neural networks, training algorithms and other professional terms. LangGenius has "black-boxed" these complex machine learning processes through a simple and intuitive interface, allowing ordinary developers to get started easily and focus on developing interesting AI applications and services.&lt;/p&gt;

&lt;p&gt;In summary, LangGenius allows developers with little AI expertise to easily build and deploy AI systems and applications. LangGenius will also launch dataset support for accessing your own data. The visual interface simplifies the development process and provides a variety of built-in tools to improve productivity. I hope this platform can help more developers unlock the power of AI and build more innovative applications.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h4&gt;
  
  
  &lt;a href="https://langgenius.ai/?utm_source=opr&amp;amp;utm_medium=dev_to&amp;amp;utm_context=5min" rel="noopener noreferrer"&gt;Try it free&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;**&lt;/p&gt;

</description>
      <category>ai</category>
      <category>chatgpt</category>
      <category>llmops</category>
      <category>prompt</category>
    </item>
  </channel>
</rss>
