{"id":911,"date":"2024-03-15T07:05:01","date_gmt":"2024-03-15T07:05:01","guid":{"rendered":"https:\/\/tbekk.com\/devstream\/?p=911"},"modified":"2024-03-15T08:45:51","modified_gmt":"2024-03-15T08:45:51","slug":"all-the-tools-i-need-to-build-a-perfect-ai-app","status":"publish","type":"post","link":"https:\/\/tbekk.com\/devstream\/2024\/03\/15\/all-the-tools-i-need-to-build-a-perfect-ai-app\/","title":{"rendered":"All the tools I need to build a perfect AI app."},"content":{"rendered":"\n<hr class=\"wp-block-separator has-text-color has-medium-gray-color has-alpha-channel-opacity has-medium-gray-background-color has-background is-style-wide\"\/>\n\n\n\n<ul class=\"wp-block-list\">\n<li><em><strong>Link:<\/strong><\/em> <a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh\"><em>Taipy<\/em><\/a><\/li>\n\n\n\n<li><em><strong>Author: <\/strong><a href=\"https:\/\/dev.to\/anmolbaranwal\">Anmol Baranwal<\/a>\u00a0<\/em><\/li>\n\n\n\n<li><em><strong>Publication date:<\/strong><\/em> <em>March 14, 2024<\/em><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-medium-gray-color has-alpha-channel-opacity has-medium-gray-background-color has-background is-style-wide\"\/>\n\n\n\n<p>The world of AI has grown much in the past decade.<\/p>\n\n\n\n<p>AI is everywhere, from voice assistants to software development, and it can be really helpful if we use it right.<\/p>\n\n\n\n<p>Making AI apps is profitable in a world like this so here I am covering 25 open source projects that you can use to make your AI app and take it to the next level.<\/p>\n\n\n\n<p>There are exciting concepts like interactive communication with 3D characters using voice synthesis. Stick to the end.<\/p>\n\n\n\n<p>There will be plenty of resources, articles, project ideas, guides, and more to follow along.<\/p>\n\n\n\n<p>Let&#8217;s cover it all!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#1-taipy-data-and-ai-algorithms-into-productionready-web-applications\"><\/a>1.&nbsp;<a href=\"https:\/\/github.com\/Avaiga\/taipy\">Taipy<\/a>&nbsp;&#8211; Data and AI algorithms into production-ready web applications.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fdeak7rre409rzv5j5viv.png\"><img decoding=\"async\" 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%2Fdeak7rre409rzv5j5viv.png\" alt=\"taipy\"\/><\/a><\/figure>\n\n\n\n<p>Taipy is an open source Python library for easy, end-to-end application development, featuring what-if analyses, smart pipeline execution, built-in scheduling, and deployment tools.<\/p>\n\n\n\n<p>I&#8217;m sure most of you don&#8217;t understand so Taipy is used for creating a GUI interface for Python-based applications and improving data flow management.<\/p>\n\n\n\n<p>So, you can plot a graph of the data set and use a GUI-like slider to give the option to play with the data with other useful features.<\/p>\n\n\n\n<p>While Streamlit is a popular tool, its performance can decline significantly when handling large datasets, making it impractical for production-level use.<br>Taipy, on the other hand, offers simplicity and ease of use without sacrificing performance. By trying Taipy, you&#8217;ll experience firsthand its user-friendly interface and efficient handling of data.<\/p>\n\n\n\n<p>Under the hood, Taipy utilizes various libraries to streamline development and enhance functionality.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fn9xts3nof4uapr7dakrl.png\"><img decoding=\"async\" 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%2Fn9xts3nof4uapr7dakrl.png\" alt=\"libraries\"\/><\/a><\/figure>\n\n\n\n<p>Get started with the following command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install taipy\n<\/code><\/pre>\n\n\n\n<p>Let&#8217;s talk about the latest&nbsp;<a href=\"https:\/\/docs.taipy.io\/en\/latest\/relnotes\/\">Taipy v3.1 release<\/a>.<\/p>\n\n\n\n<p>The latest release makes it possible to visualize any HTML or Python objects within Taipy&#8217;s versatile part object.<br>This means libraries like&nbsp;<a href=\"https:\/\/python-visualization.github.io\/folium\/latest\/\">Folium<\/a>,&nbsp;<a href=\"https:\/\/bokeh.org\/\">Bokeh<\/a>,&nbsp;<a href=\"https:\/\/altair-viz.github.io\/\">Vega-Altair<\/a>, and&nbsp;<a href=\"https:\/\/matplotlib.org\/\">Matplotlib<\/a>&nbsp;are now available for visualizations.<\/p>\n\n\n\n<p>This also brings native support for&nbsp;<a href=\"https:\/\/plotly.com\/python\/\">Plotly python<\/a>, making it easier to plot charts.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fxdewvex88md09hvu3s80.png\"><img decoding=\"async\" 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%2Fxdewvex88md09hvu3s80.png\" alt=\"plotly python\"\/><\/a><\/figure>\n\n\n\n<p>They have also improved performance using distributed computing but the best part is Taipy and all its dependencies are now fully compatible with Python 3.12 so you can work with the most up-to-date tools and libraries while using Taipy for your projects.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/docs.taipy.io\/en\/latest\/\">docs<\/a>.<\/p>\n\n\n\n<p>For instance, you can see the&nbsp;<a href=\"https:\/\/docs.taipy.io\/en\/release-3.1\/gallery\/llm\/5_chatbot\/\">chat demo<\/a>&nbsp;which uses OpenAI&#8217;s GPT-4 API to generate responses to your messages. You can easily change the code to use any other API or model.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fkug1mclhmzyad0hjchif.png\"><img decoding=\"async\" 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%2Fkug1mclhmzyad0hjchif.png\" alt=\"chat demo\"\/><\/a><\/figure>\n\n\n\n<p>Another useful thing is that the Taipy team has provided a VSCode extension called&nbsp;<a href=\"https:\/\/docs.taipy.io\/en\/latest\/manuals\/studio\/\">Taipy Studio<\/a>&nbsp;to accelerate the building of Taipy applications.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fkc1umm5hcxes0ydbuspb.png\"><img decoding=\"async\" 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%2Fkc1umm5hcxes0ydbuspb.png\" alt=\"taipy studio\"\/><\/a><\/figure>\n\n\n\n<p>You can also deploy your applications with the Taipy cloud.<\/p>\n\n\n\n<p>If you want to read a blog to see codebase structure, you can read&nbsp;<a href=\"https:\/\/huggingface.co\/blog\/Alex1337\/create-a-web-interface-for-your-llm-in-python\">Create a Web Interface for your LLM in Python using Taipy<\/a>&nbsp;by HuggingFace.<\/p>\n\n\n\n<p>It is generally tough to try out new technologies, but Taipy has provided&nbsp;<a href=\"https:\/\/docs.taipy.io\/en\/release-3.1\/gallery\/\">10+ demo tutorials<\/a>&nbsp;with code &amp; proper docs for you to follow along.<\/p>\n\n\n\n<p>For instance, some live demo examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/covid-dashboard.taipy.cloud\/Country\">Covid Dashboard<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/tweet-generation.taipy.cloud\/\">Tweet Generation<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/production-planning.taipy.cloud\/Data-Visualization\">Data Visualization<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/face-recognition.taipy.cloud\/\">Real time Face Recognition<\/a><\/li>\n<\/ul>\n\n\n\n<p>Taipy has 7k+ Stars on GitHub and is on the&nbsp;<code>v3<\/code>&nbsp;release so they are constantly improving.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fm8etards1b7qfpbk2scr.png\"><img decoding=\"async\" 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%2Fm8etards1b7qfpbk2scr.png\" alt=\"Lisan Al Gaib\"\/><\/a><\/figure>\n\n\n\n<p><a href=\"https:\/\/github.com\/Avaiga\/taipy\">Star Taipy \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#2-supabase-open-source-firebase-alternative\"><\/a>2.&nbsp;<a href=\"https:\/\/github.com\/supabase\/supabase\">Supabase<\/a>&nbsp;&#8211; open source Firebase alternative.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fan2b9aqiij0j2tml1c6b.png\"><img decoding=\"async\" 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%2Fan2b9aqiij0j2tml1c6b.png\" alt=\"supabase\"\/><\/a><\/figure>\n\n\n\n<p>To build an AI app, you need a backend, and Supabase serves as an excellent backend service provider to meet this need.<\/p>\n\n\n\n<p>Get started with the following npm command (Next.js).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npx create-next-app -e with-supabase\n<\/code><\/pre>\n\n\n\n<p>This is how you can use CRUD operations.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import { createClient } from '@supabase\/supabase-js'\n\n\/\/ Initialize \nconst supabaseUrl = 'https:\/\/chat-room.supabase.co'\nconst supabaseKey = 'public-anon-key'\nconst supabase = createClient(supabaseUrl, supabaseKey)\n\n\/\/ Create a new chat room\nconst newRoom = await supabase\n  .from('rooms')\n  .insert({ name: 'Supabase Fan Club', public: true })\n\n\/\/ Get public rooms and their messages\nconst publicRooms = await supabase\n  .from('rooms')\n  .select(`\n    name,\n    messages ( text )\n  `)\n  .eq('public', true)\n\n\/\/ Update multiple users\nconst updatedUsers = await supabase\n  .from('users')\n  .eq('account_type', 'paid')\n  .update({ highlight_color: 'gold' })\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/supabase.com\/docs\">docs<\/a>.<\/p>\n\n\n\n<p>You can build a crazy fast application with Auth, realtime, Edge functions, storage, and many more. Supabase covers it all!<\/p>\n\n\n\n<p>Supabase also provides several starting kits like&nbsp;<a href=\"https:\/\/github.com\/langchain-ai\/langchain-nextjs-template\">Nextjs with LangChain<\/a>,&nbsp;<a href=\"https:\/\/github.com\/vercel\/nextjs-subscription-payments\">Stripe with Nextjs<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/github.com\/supabase-community\/vercel-ai-chatbot\">AI Chatbot<\/a>.<\/p>\n\n\n\n<p>Supabase has 63k+ Stars on GitHub and plenty of contributors with 27k+ commits.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/supabase\/supabase\">Star Supabase \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#3-chatwoot-live-chat-email-support-omnichannel-desk-amp-own-your-data\"><\/a>3.&nbsp;<a href=\"https:\/\/github.com\/chatwoot\/chatwoot\">Chatwoot<\/a>&nbsp;&#8211; live chat, email support, omni-channel desk &amp; own your data.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fbpgjh0hdr5u5cpf2kdn7.png\"><img decoding=\"async\" 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%2Fbpgjh0hdr5u5cpf2kdn7.png\" alt=\"chatwoot\"\/><\/a><\/figure>\n\n\n\n<p>Chatwoot connects with popular customer communication channels like Email, Website live-chat, Facebook, Twitter, WhatsApp, Instagram, Line, etc. This helps you deliver a consistent customer experience across channels \u2013 from a single dashboard.<\/p>\n\n\n\n<p>This could be important in various cases, such as when you&#8217;re building a community around your AI app.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fl0u3z2cdqvzhqb94h5zm.png\"><img decoding=\"async\" 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%2Fl0u3z2cdqvzhqb94h5zm.png\" alt=\"chatwoot features\"\/><\/a><\/figure>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/www.chatwoot.com\/docs\/product\">docs<\/a>&nbsp;to discover a wide range of integration options so it&#8217;s easier to manage the whole ecosystem.<\/p>\n\n\n\n<p>They have very detailed documentation along with snapshot examples in each integration such as&nbsp;<a href=\"https:\/\/www.chatwoot.com\/docs\/product\/channels\/whatsapp\/whatsapp-cloud\">WhatsApp channel with WhatsApp Cloud API<\/a>. You can deploy to Heroku with 1-click or self-host as per needs.<\/p>\n\n\n\n<p>They have 18k+ Stars on GitHub and are on the&nbsp;<code>v3.6<\/code>&nbsp;release.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/chatwoot\/chatwoot\">Star Chatwoot \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#4-copilotkit-ai-copilots-for-your-product-in-hours\"><\/a>4.&nbsp;<a href=\"https:\/\/github.com\/CopilotKit\/CopilotKit\">CopilotKit<\/a>&nbsp;&#8211; AI Copilots for your product in hours.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fnzuxjfog2ldam3csrl62.png\"><img decoding=\"async\" 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%2Fnzuxjfog2ldam3csrl62.png\" alt=\"copilotKit\"\/><\/a><\/figure>\n\n\n\n<p>You can integrate key AI features into React apps using two React components. They also provide built-in (fully-customizable) Copilot-native UX components like&nbsp;<code>&lt;CopilotKit \/&gt;<\/code>,&nbsp;<code>&lt;CopilotPopup \/&gt;<\/code>,&nbsp;<code>&lt;CopilotSidebar \/&gt;<\/code>,&nbsp;<code>&lt;CopilotTextarea \/&gt;<\/code>.<\/p>\n\n\n\n<p>Get started with the following npm command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm i @copilotkit\/react-core @copilotkit\/react-ui @copilotkit\/react-textarea\n<\/code><\/pre>\n\n\n\n<p>This is how you can integrate a CopilotTextArea.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import { CopilotTextarea } from \"@copilotkit\/react-textarea\";\nimport { useState } from \"react\";\n\nexport function SomeReactComponent() {\n  const &#91;text, setText] = useState(\"\");\n\n  return (\n    &lt;&gt;\n      &lt;CopilotTextarea\n        className=\"px-4 py-4\"\n        value={text}\n        onValueChange={(value: string) =&gt; setText(value)}\n        placeholder=\"What are your plans for your vacation?\"\n        autosuggestionsConfig={{\n          textareaPurpose: \"Travel notes from the user's previous vacations. Likely written in a colloquial style, but adjust as needed.\",\n          chatApiConfigs: {\n            suggestionsApiConfig: {\n              forwardedParams: {\n                max_tokens: 20,\n                stop: &#91;\".\", \"?\", \"!\"],\n              },\n            },\n          },\n        }}\n      \/&gt;\n    &lt;\/&gt;\n  );\n}\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/docs.copilotkit.ai\/getting-started\/quickstart-textarea\">docs<\/a>.<\/p>\n\n\n\n<p>The basic idea is to build AI Chatbots in minutes that can be useful for LLM-based full-stack applications.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/CopilotKit\/CopilotKit\">Star CopilotKit \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#5-dalle-mini-generate-images-from-a-text-prompt\"><\/a>5.&nbsp;<a href=\"https:\/\/github.com\/borisdayma\/dalle-mini\">DALL\u00b7E Mini<\/a>&nbsp;&#8211; Generate images from a text prompt.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fmco3wf4nzc5j245aizpu.png\"><img decoding=\"async\" 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%2Fmco3wf4nzc5j245aizpu.png\" alt=\"generate images from text\"\/><\/a><\/figure>\n\n\n\n<p>OpenAI had the first impressive model for generating images with DALL\u00b7E.<\/p>\n\n\n\n<p>Craiyon\/DALL\u00b7E mini is an attempt to reproduce those outcomes using an open source model.<\/p>\n\n\n\n<p>If you&#8217;re wondering about the name, DALL-E mini was renamed Craiyon at the request of the parent company and utilizes similar techniques in a more easily accessible web app format.<\/p>\n\n\n\n<p>You can use the model on&nbsp;<a href=\"https:\/\/www.craiyon.com\/\">Craiyon<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fntjhsr9f7t1y0idlysjw.png\"><img decoding=\"async\" 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%2Fntjhsr9f7t1y0idlysjw.png\" alt=\"craiyon\"\/><\/a><\/figure>\n\n\n\n<p>Get started with the following command (for development).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install dalle-mini\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/github.com\/borisdayma\/dalle-mini?tab=readme-ov-file#development\">docs<\/a>.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/wandb.ai\/dalle-mini\/dalle-mini\/reports\/DALL-E-Mini-Explained-with-Demo--Vmlldzo4NjIxODA\">DALL-E Mini explained<\/a>&nbsp;to know more about dataset, architecture, and algorithms involved.<\/p>\n\n\n\n<p>You can read&nbsp;<a href=\"https:\/\/www.craiyon.com\/blog\/ultimate-guide-best-ai-art-photorealistic-images-and-prompts\">Ultimate Guide to the Best Photorealistic AI Images &amp; Prompts<\/a>&nbsp;for better understanding with good resources.<\/p>\n\n\n\n<p>DALL\u00b7E Mini has 14k+ Stars on GitHub, and it&#8217;s currently at the&nbsp;<code>v0.1<\/code>&nbsp;release.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/borisdayma\/dalle-mini\">Star DALL\u00b7E Mini \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#6-deepgram-build-voice-ai-into-your-apps\"><\/a>6.&nbsp;<a href=\"https:\/\/github.com\/deepgram\">Deepgram<\/a>&nbsp;&#8211; Build Voice AI into your apps.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F32enxrtcwqk6g81eazay.png\"><img decoding=\"async\" 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%2F32enxrtcwqk6g81eazay.png\" alt=\"deepgram\"\/><\/a><\/figure>\n\n\n\n<p>From startups to NASA, Deepgram APIs are used to transcribe and understand millions of audio minutes every day. Fast, accurate, scalable, and cost-effective.<\/p>\n\n\n\n<p>It provides speech-to-text and audio intelligence models for developers.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Frdc3tqg7fvt3sw6ktle7.png\"><img decoding=\"async\" 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%2Frdc3tqg7fvt3sw6ktle7.png\" alt=\"deepgram options\"\/><\/a><\/figure>\n\n\n\n<p>Even though they have a freemium model, the limits on the free tier are sufficient to get you started.<\/p>\n\n\n\n<p>The visualization is next-level. You can check live streaming response, or audio files and compare the intelligence levels of audio.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2F4wcvzzrqzn94gxe594hf.png\"><img decoding=\"async\" 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%2F4wcvzzrqzn94gxe594hf.png\" alt=\"streaming\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fuw6wkhzg7g6vgq7lphri.png\"><img decoding=\"async\" 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%2Fuw6wkhzg7g6vgq7lphri.png\" alt=\"sentiment analysis\"\/><\/a><\/figure>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/developers.deepgram.com\/docs\/introduction\">docs<\/a>.<\/p>\n\n\n\n<p>You can also read a sample blog by Deepgram on&nbsp;<a href=\"https:\/\/deepgram.com\/learn\/how-to-add-speech-recognition-to-your-react-project\">How to Add Speech Recognition to Your React and Node.js Project<\/a>.<\/p>\n\n\n\n<p>If you want to try the APIs to see for yourself with flexibility in models, do check out their&nbsp;<a href=\"https:\/\/playground.deepgram.com\/?smart_format=true&amp;language=en&amp;model=nova-2\">API Playground<\/a>.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/deepgram\">Star Deepgram \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#7-invokeai-leading-creative-engine-for-stable-diffusion-models\"><\/a>7.&nbsp;<a href=\"https:\/\/github.com\/invoke-ai\/InvokeAI\">InvokeAI<\/a>&nbsp;&#8211; leading creative engine for Stable Diffusion models.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fa1uira3ta4ufauefp0ff.png\"><img decoding=\"async\" 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%2Fa1uira3ta4ufauefp0ff.png\" alt=\"invoke AI\"\/><\/a><\/figure>\n\n\n\n<p>About<\/p>\n\n\n\n<p>InvokeAI is an implementation of Stable Diffusion, the open source text-to-image and image-to-image generator.<\/p>\n\n\n\n<p>It runs on Windows, Mac, and Linux machines, and runs on GPU cards with as little as 4 GB of RAM.<\/p>\n\n\n\n<p>The solution offers an industry-leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fg5802r0wtxlbkqdtclce.png\"><img decoding=\"async\" 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%2Fg5802r0wtxlbkqdtclce.png\" alt=\"invoke ai\"\/><\/a><\/figure>\n\n\n\n<p>You can read about&nbsp;<a href=\"https:\/\/invoke-ai.github.io\/InvokeAI\/installation\/INSTALLATION\/\">installation and hardware requirements<\/a>,&nbsp;<a href=\"https:\/\/invoke-ai.github.io\/InvokeAI\/installation\/050_INSTALLING_MODELS\/\">How to install different Models<\/a>, and most important&nbsp;<a href=\"https:\/\/invoke-ai.github.io\/InvokeAI\/installation\/010_INSTALL_AUTOMATED\/\">Automatic Installation<\/a>.<\/p>\n\n\n\n<p>The exciting feature is the ability to generate an image using another image, as described in the&nbsp;<a href=\"https:\/\/invoke-ai.github.io\/InvokeAI\/features\/IMG2IMG\/\">docs<\/a>.<\/p>\n\n\n\n<p>InvokeAI has almost 21k stars on GitHub,<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/invoke-ai\/InvokeAI\">Star InvokeAI \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#8-openai-everything-you-will-ever-need\"><\/a>8.&nbsp;<a href=\"https:\/\/github.com\/openai\">OpenAI<\/a>&nbsp;&#8211; Everything you will ever need.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fk02duibi54zzzddck91z.png\"><img decoding=\"async\" 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%2Fk02duibi54zzzddck91z.png\" alt=\"openAI\"\/><\/a><\/figure>\n\n\n\n<p>Gemini by Google and OpenAI are very popular, but we&#8217;re focusing on OpenAI for this list.<\/p>\n\n\n\n<p>If you want to know more, you can read&nbsp;<a href=\"https:\/\/generativeai.pub\/google-gemini-api-in-web-using-react-7e5bf0bf0abc\">Google AI Gemini API in web using React \ud83e\udd16<\/a>&nbsp;on Medium. It&#8217;s simple and to the point.<\/p>\n\n\n\n<p>With OpenAI, you can use DALL\u00b7E (create original, realistic images and art from a text description), Whisper (speech recognition model), and GPT-4. Tell us about Sora in the comments!<\/p>\n\n\n\n<p>You can start building with a simple API.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>completion = openai.ChatCompletion.create(\n  model=\"gpt-3.5-turbo\",\n  messages=&#91;\n    {\"role\": \"system\", \"content\": \"You are a helpful assistant.\"},\n    {\"role\": \"user\", \"content\": \"What are some famous astronomical observatories?\"}\n  ]\n)\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/platform.openai.com\/docs\/introduction\">docs<\/a>. It provides such an insane amount of options to build something very cool!<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fo9yi0tar96jxi4pkni81.png\"><img decoding=\"async\" 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%2Fo9yi0tar96jxi4pkni81.png\" alt=\"docs overview\"\/><\/a><\/figure>\n\n\n\n<p>Even Stripe uses GPT-4 to improve user experience.<\/p>\n\n\n\n<p>For instance, you can create&nbsp;<a href=\"https:\/\/platform.openai.com\/docs\/assistants\/overview\">Assistant applications<\/a>&nbsp;and see the&nbsp;<a href=\"https:\/\/platform.openai.com\/playground\/p\/default-chat?model=text-davinci-003\">API playground<\/a>&nbsp;to understand it better.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Ft89658h4drhy4a8zf3xs.png\"><img decoding=\"async\" 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%2Ft89658h4drhy4a8zf3xs.png\" alt=\"gpt-3\"\/><\/a><\/figure>\n\n\n\n<p>In case you want a guide, you can read&nbsp;<a href=\"https:\/\/dzone.com\/articles\/integrating-chatgpt-with-reactjs-a-comprehensive-g\">Integrating ChatGPT With ReactJS<\/a>&nbsp;by Dzone.<\/p>\n\n\n\n<p>Between, OpenAI acquired Sora to get the monopoly. What do you think?<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/openai\">Star OpenAI \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#9-deepfacelab-leading-software-for-creating-deepfakes\"><\/a>9.&nbsp;<a href=\"https:\/\/github.com\/iperov\/DeepFaceLab\">DeepFaceLab<\/a>&nbsp;&#8211; leading software for creating deepfakes.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fg32stb7uo201msv3jn8f.png\"><img decoding=\"async\" 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%2Fg32stb7uo201msv3jn8f.png\" alt=\"deepfacelab\"\/><\/a><\/figure>\n\n\n\n<p>DeepFaceLab is the top open source tool for making deepfakes.<\/p>\n\n\n\n<p>Deepfakes are altered images and videos made with deep learning. They&#8217;re often used to swap faces in pictures or clips, sometimes as a joke, but also for harmful reasons.<\/p>\n\n\n\n<p>DeepFaceLab, built with Python is a strong deepfake tool. It can change faces in media and even erase wrinkles and signs of aging.<\/p>\n\n\n\n<p>These are some of the things that you can do with DeepFaceLab.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace the face.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><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%2F86jnuec9l6eaalwf9w51.png\"><img decoding=\"async\" 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%2F86jnuec9l6eaalwf9w51.png\" alt=\"replace the face\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=Ddx5B-84ebo\">De-age the face &#8211; YouTube<\/a>.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><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%2Faxh2e6117felh4zhoh3p.png\"><img decoding=\"async\" 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%2Faxh2e6117felh4zhoh3p.png\" alt=\"Image description\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace the head.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fnyvbncox7k1u28nait50.png\"><img decoding=\"async\" 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%2Fnyvbncox7k1u28nait50.png\" alt=\"replace the head\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Manipulate the lips.<\/li>\n<\/ul>\n\n\n\n<p>You can use this basic tutorial on&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=kOIMXt8KK8M\">how to use DeepFaceLab<\/a>&nbsp;in an effective way to accomplish these things.<\/p>\n\n\n\n<p>You can see the videos on&nbsp;<a href=\"https:\/\/www.youtube.com\/channel\/UCGf4OlX_aTt8DlrgiH3jN3g\/videos\">YouTube<\/a>&nbsp;that use this DeepLab algorithm.<\/p>\n\n\n\n<p>Unfortunately, there is no &#8220;make everything ok&#8221; button in DeepFaceLab, but it&#8217;s worthwhile to learn its workflow for your specific needs.<\/p>\n\n\n\n<p>Despite being archived on November 9, 2023, with nearly 44k+ stars on GitHub, it remains a solid choice for your AI app due to its numerous tutorials and reliable algorithms.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/iperov\/DeepFaceLab\">Star DeepFaceLab \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#10-detectron2-a-pytorchbased-modular-object-detection-library\"><\/a>10.&nbsp;<a href=\"https:\/\/github.com\/facebookresearch\/detectron2\">Detectron2<\/a>&nbsp;&#8211; a PyTorch-based modular object detection library.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fjxe7wuf8v8y7e039ziel.png\"><img decoding=\"async\" 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%2Fjxe7wuf8v8y7e039ziel.png\" alt=\"detectron2\"\/><\/a><\/figure>\n\n\n\n<p>Detectron2 is Facebook AI Research&#8217;s next-generation library that provides state-of-the-art detection and segmentation algorithms. It is the successor of Detectron and maskrcnn-benchmark.<br>It supports several computer vision research projects and production applications on Facebook.<\/p>\n\n\n\n<p>Use this&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=eUSgtfK4ivk\">YouTube tutorial<\/a>&nbsp;to use Detectron2 with Machine Learning from the Developer Advocate at Facebook.<\/p>\n\n\n\n<p>Detectron2 is designed to support a diverse array of state-of-the-art object detection and segmentation models, while also adapting to the continuously evolving field of cutting-edge research.<\/p>\n\n\n\n<p>You can read on&nbsp;<a href=\"https:\/\/detectron2.readthedocs.io\/en\/latest\/tutorials\/getting_started.html\">How to Get Started<\/a>, and the&nbsp;<a href=\"https:\/\/ai.meta.com\/blog\/-detectron2-a-pytorch-based-modular-object-detection-library-\/\">Meta Blog<\/a>&nbsp;which covers the objectives of Detectron in deep.<\/p>\n\n\n\n<p>The old version of Detectron used Caffe, making it hard to use with later changes in code that combined Caffe2 and PyTorch. Responding to community feedback, Facebook AI released Detectron2 as an updated, easier-to-use version.<\/p>\n\n\n\n<p>Detectron2 comes with advanced algorithms for object detection like DensePose and panoptic feature pyramid networks.<\/p>\n\n\n\n<p>Plus, Detectron2 can do semantic segmentation and panoptic segmentation, which help detect and segment objects more accurately in images and videos.<\/p>\n\n\n\n<p>Detectron2 not only supports object detection using bounding boxes and instance segmentation masks but also can predict human poses, similar to Detectron.<\/p>\n\n\n\n<p>They have 28k+ Stars on GitHub repo and are used by 1.6k+ developers on GitHub.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/facebookresearch\/detectron2\">Star Detectron2 \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#11-fastai-deep-learning-library\"><\/a>11.&nbsp;<a href=\"https:\/\/github.com\/fastai\/fastai\">FastAI<\/a>&nbsp;&#8211; deep learning library.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F6qvxqd22q3qamqtvwe6p.png\"><img decoding=\"async\" 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%2F6qvxqd22q3qamqtvwe6p.png\" alt=\"fast ai\"\/><\/a><\/figure>\n\n\n\n<p>Fastai is a versatile deep-learning library designed to cater to both practitioners and researchers. It offers high-level components for practitioners to achieve top-notch results quickly in common deep-learning tasks.<\/p>\n\n\n\n<p>At the same time, it provides low-level components for researchers to experiment and develop new approaches.<\/p>\n\n\n\n<p>Detectron2 achieves a balance between ease of use and flexibility through its layered architecture.<br>This architecture breaks down complex deep-learning techniques into manageable abstractions, concisely using Python&#8217;s dynamic nature and PyTorch&#8217;s flexibility.<\/p>\n\n\n\n<p>It is built on top of a hierarchy of lower-level APIs which provide composable building blocks. This way, a user wanting to rewrite part of the high-level API or add particular behavior to suit their needs does not have to learn how to use the lowest level.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fkfooe2mxrh3xplcxeg75.png\"><img decoding=\"async\" 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%2Fkfooe2mxrh3xplcxeg75.png\" alt=\"architecture api\"\/><\/a><\/figure>\n\n\n\n<p>Get started with the following command once you have&nbsp;<a href=\"https:\/\/pytorch.org\/get-started\/locally\/\">installed pyTorch<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>conda install -c fastai fastai\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/docs.fast.ai\/\">docs<\/a>.<\/p>\n\n\n\n<p>They have different starting points as&nbsp;<a href=\"https:\/\/docs.fast.ai\/tutorial.html\">tutorials<\/a>&nbsp;for beginners, intermediate, and experts.<\/p>\n\n\n\n<p>If you&#8217;re looking to contribute to FastAI, you should read their&nbsp;<a href=\"https:\/\/docs.fast.ai\/dev\/style.html\">code style guide<\/a>.<\/p>\n\n\n\n<p>If you&#8217;re more into videos, you can watch&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=gGxe2mN3kAg\">Lesson &#8220;0&#8221;: Practical Deep Learning for Coders (fastai)<\/a>&nbsp;on YouTube by Jeremy Howard.<\/p>\n\n\n\n<p>They have 25k+ Stars on GitHub and are already used by 16k+ developers on GitHub.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/fastai\/fastai\">Star FastAI \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#12-stable-diffusion-a-latent-texttoimage-diffusion-model\"><\/a>12.&nbsp;<a href=\"https:\/\/github.com\/CompVis\/stable-diffusion\">Stable Diffusion<\/a>&nbsp;&#8211; A latent text-to-image diffusion model.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F63worvztgs1cmy2owtkf.png\"><img decoding=\"async\" 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%2F63worvztgs1cmy2owtkf.png\" alt=\"stable diffusion\"\/><\/a><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>What is stable diffusion?<\/p>\n<\/blockquote>\n\n\n\n<p>Stable diffusion refers to a technique used in generative models, particularly in the context of text-to-image synthesis, where the process of transferring information from text descriptions to images is done gradually and smoothly.<\/p>\n\n\n\n<p>In a latent text-to-image diffusion model, stable diffusion ensures that the information from the text descriptions is diffused or spread consistently throughout the latent space of the model. This diffusion process helps in generating high-quality and realistic images that align with the given textual input.<\/p>\n\n\n\n<p>Stable diffusion mechanisms ensure that the model doesn&#8217;t experience sudden jumps or instabilities during the generation process. I hope this clears things up!<\/p>\n\n\n\n<p>A simple way to download and sample Stable Diffusion is by using the&nbsp;<a href=\"https:\/\/github.com\/huggingface\/diffusers\/tree\/main#new--stable-diffusion-is-now-fully-compatible-with-diffusers\">diffusers library<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># make sure you're logged in with `huggingface-cli login`\nfrom torch import autocast\nfrom diffusers import StableDiffusionPipeline\n\npipe = StableDiffusionPipeline.from_pretrained(\n  \"CompVis\/stable-diffusion-v1-4\", \n  use_auth_token=True\n).to(\"cuda\")\n\nprompt = \"a photo of an astronaut riding a horse on mars\"\nwith autocast(\"cuda\"):\n    image = pipe(prompt)&#91;\"sample\"]&#91;0]  \n\nimage.save(\"astronaut_rides_horse.png\")\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/ommer-lab.com\/research\/latent-diffusion-models\/\">research paper<\/a>&nbsp;and more about&nbsp;<a href=\"https:\/\/github.com\/CompVis\/stable-diffusion?tab=readme-ov-file#image-modification-with-stable-diffusion\">Image Modification with Stable Diffusion<\/a>.<\/p>\n\n\n\n<p>For instance, this is the input.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fzpvxxhrrvthd8w1a0rrl.png\"><img decoding=\"async\" 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%2Fzpvxxhrrvthd8w1a0rrl.png\" alt=\"input\"\/><\/a><\/figure>\n\n\n\n<p>and this is the output after upscaling a bit.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fgzqvd06kse8ifhzry0la.png\"><img decoding=\"async\" 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%2Fgzqvd06kse8ifhzry0la.png\" alt=\"output\"\/><\/a><\/figure>\n\n\n\n<p>Stable Diffusion v1 is a specific model configuration that employs an 860M UNet and a CLIP ViT-L\/14 text encoder for the diffusion model, with a downsampling-factor 8 autoencoder. The model was pre-trained on 256&#215;256 images and subsequently fine-tuned on 512&#215;512 images.<\/p>\n\n\n\n<p>They have around 64k+ Stars on the GitHub repository.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/CompVis\/stable-diffusion\">Star Stable Diffusion \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#13-mocap-drones-low-cost-motion-capture-system-for-room-scale-tracking\"><\/a>13.&nbsp;<a href=\"https:\/\/github.com\/jyjblrd\/Mocap-Drones\">Mocap Drones<\/a>&nbsp;&#8211; Low cost motion capture system for room scale tracking.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F3hq4hnzbx2wtxboehosi.png\"><img decoding=\"async\" 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%2F3hq4hnzbx2wtxboehosi.png\" alt=\"mocap drones\"\/><\/a><\/figure>\n\n\n\n<p>This project requires the SFM (structure from motion) OpenCV module, which requires you to compile OpenCV from the source.<\/p>\n\n\n\n<p>From the&nbsp;<code>computer_code<\/code>&nbsp;directory, run this command to install node dependencies.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yarn install\n\nyarn run dev \/\/ to start the web server.\n<\/code><\/pre>\n\n\n\n<p>You will get a URL view of the frontend interface.<\/p>\n\n\n\n<p>Open a separate terminal window and run the command&nbsp;<code>python3 api\/index.py<\/code>&nbsp;to initiate the backend server. This server is responsible for receiving camera streams and performing motion capture computations.<\/p>\n\n\n\n<p>The architecture is as follows.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fjt6e3f32scak65wfdp8s.png\"><img decoding=\"async\" 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%2Fjt6e3f32scak65wfdp8s.png\" alt=\"architecture\"\/><\/a><\/figure>\n\n\n\n<p>You can see this&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=0ql20JKrscQ\">YouTube video<\/a>&nbsp;to understand how Mocap drones work or the&nbsp;<a href=\"https:\/\/joshuabird.com\/blog\/post\/mocap-drones\">blog<\/a>&nbsp;by the owner of the project.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Open Source Motion Capture for Autonomous Drones\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/0ql20JKrscQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/github.com\/jyjblrd\/Mocap-Drones?tab=readme-ov-file#runing-the-code\">docs<\/a>.<\/p>\n\n\n\n<p>It is a recent open source project with 900+ stars on GitHub Repository.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/jyjblrd\/Mocap-Drones\">Star Mocap Drones \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#14-whisper-speech-texttospeech-system-built-by-inverting-whisper\"><\/a>14.&nbsp;<a href=\"https:\/\/github.com\/collabora\/WhisperSpeech\">Whisper Speech<\/a>&nbsp;&#8211; text-to-speech system built by inverting Whisper.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fhpawahh7aqsh1pnsnu76.png\"><img decoding=\"async\" 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%2Fhpawahh7aqsh1pnsnu76.png\" alt=\"whisper speech\"\/><\/a><\/figure>\n\n\n\n<p>This model, similar to Stable Diffusion but for speech, is both powerful and highly customizable.<\/p>\n\n\n\n<p>The team ensures the use of properly licensed speech recordings, and all code is open source, making the model safe for commercial applications.<\/p>\n\n\n\n<p>Currently, the models are trained on the English LibreLight dataset.<\/p>\n\n\n\n<p>You can study more about the&nbsp;<a href=\"https:\/\/github.com\/collabora\/WhisperSpeech?tab=readme-ov-file#architecture\">architecture<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fhnfqick2y1yoxgkmwlk6.png\"><img decoding=\"async\" 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%2Fhnfqick2y1yoxgkmwlk6.png\" alt=\"architecture\"\/><\/a><\/figure>\n\n\n\n<p>You can hear the&nbsp;<a href=\"https:\/\/github.com\/collabora\/WhisperSpeech\/assets\/107984\/aa5a1e7e-dc94-481f-8863-b022c7fd7434\">sample voice<\/a>&nbsp;and use&nbsp;<a href=\"https:\/\/colab.research.google.com\/drive\/1xxGlTbwBmaY6GKA24strRixTXGBOlyiw\">colab<\/a>&nbsp;to try out yourself.<\/p>\n\n\n\n<p>They are fairly new and have around 3k+ stars on GitHub.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/collabora\/WhisperSpeech\">Star Whisper Speech \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#15-espeak-ng-speech-synthesizer-that-supports-more-than-a-hundred-languages-and-accents\"><\/a>15.&nbsp;<a href=\"https:\/\/github.com\/espeak-ng\/espeak-ng\">eSpeak NG<\/a>&nbsp;&#8211; speech synthesizer that supports more than a hundred languages and accents.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fa28zdxcr1jthb5bht2fi.png\"><img decoding=\"async\" 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%2Fa28zdxcr1jthb5bht2fi.png\" alt=\"eSpeak NG\"\/><\/a><\/figure>\n\n\n\n<p>The eSpeak NG is a compact open source software text-to-speech synthesizer for Linux, Windows, Android, and other operating systems. It supports more than 100 languages and accents. It is based on the eSpeak engine created by Jonathan Duddington.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/github.com\/espeak-ng\/espeak-ng\/blob\/master\/docs\/guide.md\">installation guide<\/a>&nbsp;on various systems.<\/p>\n\n\n\n<p>For Debian-like distributions (e.g. Ubuntu, Mint, etc.). You can use this command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install espeak-ng\n<\/code><\/pre>\n\n\n\n<p>You can see the list of&nbsp;<a href=\"https:\/\/github.com\/espeak-ng\/espeak-ng\/blob\/master\/docs\/languages.md\">supported languages<\/a>, read the&nbsp;<a href=\"https:\/\/github.com\/espeak-ng\/espeak-ng\/tree\/master?tab=readme-ov-file#documentation\">docs<\/a>&nbsp;and see&nbsp;<a href=\"https:\/\/github.com\/espeak-ng\/espeak-ng\/tree\/master?tab=readme-ov-file#features\">features<\/a>.<\/p>\n\n\n\n<p>This model translates text into phoneme codes, suggesting its potential power as a front end for another speech synthesis engine.<\/p>\n\n\n\n<p>They have 2.7k+ Stars on GitHub and<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/espeak-ng\/espeak-ng\">Star eSpeak NG \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#16-chatbot-ui-ai-chat-for-every-model\"><\/a>16.&nbsp;<a href=\"https:\/\/github.com\/mckaywrigley\/chatbot-ui\">Chatbot UI<\/a>&nbsp;&#8211; AI chat for every model.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fk8smowkv6scq9lujjeab.png\"><img decoding=\"async\" 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%2Fk8smowkv6scq9lujjeab.png\" alt=\"Image description\"\/><\/a><\/figure>\n\n\n\n<p>We all have used ChatGPT, and this project can help us set up the user interface for any AI Chatbot. One less hassle!<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/github.com\/mckaywrigley\/chatbot-ui?tab=readme-ov-file#1-install-docker\">installation guide<\/a>&nbsp;to install docker, supabase CLI, and other stuff.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh\">docs<\/a>&nbsp;and see the&nbsp;<a href=\"https:\/\/twitter.com\/mckaywrigley\/status\/1738273242283151777?s=20\">demo<\/a>.<\/p>\n\n\n\n<p>This uses Supabase (Postgres) under the hood so that is why we discussed it before.<\/p>\n\n\n\n<p>I didn&#8217;t discuss the Vercel AI chatbot because it&#8217;s a fairly new comparison to this one.<\/p>\n\n\n\n<p>Chatbot UI has around 25k+ Stars on GitHub so it is still the first choice for developers to build a UI interface for any chatbot.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/mckaywrigley\/chatbot-ui\">Star Chatbot UI \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#17-gpt4-amp-langchain-gpt4-amp-langchain-chatbot-for-large-pdf-docs\"><\/a>17.&nbsp;<a href=\"https:\/\/github.com\/mayooear\/gpt4-pdf-chatbot-langchain\">GPT-4 &amp; LangChain<\/a>&nbsp;&#8211; GPT4 &amp; LangChain Chatbot for large PDF docs.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F0pe0xehimhyw2mfubzu9.png\"><img decoding=\"async\" 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%2F0pe0xehimhyw2mfubzu9.png\" alt=\"chat architecture\"\/><\/a><\/figure>\n\n\n\n<p>This can be used for the new GPT-4 API to build a chatGPT chatbot for multiple Large PDF files.<\/p>\n\n\n\n<p>The system is built using LangChain, Pinecone, Typescript, OpenAI, and Next.js. LangChain is a framework that simplifies the development of scalable AI\/LLM applications and chatbots. Pinecone serves as a vector store for storing embeddings and your PDFs in text format, enabling the retrieval of similar documents later on.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/github.com\/mayooear\/gpt4-pdf-chatbot-langchain?tab=readme-ov-file#development\">development guide<\/a>&nbsp;that involved cloning, installing dependencies, and setting up environments API keys.<\/p>\n\n\n\n<p>You can see the&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=ih9PBGVVOO4\">YouTube video<\/a>&nbsp;on how to follow along and use this.<\/p>\n\n\n\n<p>They have 14k+ Stars on GitHub with just 34 commits. Try it out in your next AI app!<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/mayooear\/gpt4-pdf-chatbot-langchain\">Star GPT-4 &amp;amp; LangChain \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#18-amica-allows-you-to-easily-chat-with-3d-characters-in-your-browser\"><\/a>18.&nbsp;<a href=\"https:\/\/github.com\/semperai\/amica\">Amica<\/a>&nbsp;&#8211; allows you to easily chat with 3D characters in your browser.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F2nvizcn717h3cteocft5.png\"><img decoding=\"async\" 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%2F2nvizcn717h3cteocft5.png\" alt=\"amica\"\/><\/a><\/figure>\n\n\n\n<p>Amica is an open source interface for interactive communication with 3D characters with voice synthesis and speech recognition.<\/p>\n\n\n\n<p>You can import VRM files, adjust the voice to fit the character, and generate response text that includes emotional expressions.<\/p>\n\n\n\n<p>They use three.js, OpenAI, Whisper, Bakllava for vision, and many more. You can read on&nbsp;<a href=\"https:\/\/docs.heyamica.com\/overview\/how-amica-works\">How Amica Works<\/a>&nbsp;with the&nbsp;<a href=\"https:\/\/docs.heyamica.com\/overview\/core-concepts\">core concepts<\/a>&nbsp;involved.<\/p>\n\n\n\n<p>You can clone the repo and use this to&nbsp;<a href=\"https:\/\/docs.heyamica.com\/getting-started\/installation\">get started<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm i\n\nnpm run dev\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/docs.heyamica.com\/\">docs<\/a>&nbsp;and see the&nbsp;<a href=\"https:\/\/amica.arbius.ai\/\">demo<\/a>&nbsp;and it&#8217;s pretty damn awesome \ud83d\ude00<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2F92iv9y2auly6tvenee82.png\"><img decoding=\"async\" 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%2F92iv9y2auly6tvenee82.png\" alt=\"demo\"\/><\/a><\/figure>\n\n\n\n<p>You can watch this short video on what it can do.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Amica: Self Hosted LLM Interface Trailer\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/hUxAEnFiXH8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>Amica uses Tauri to build the desktop application. Don&#8217;t worry, we have covered Tauri later in this list.<\/p>\n\n\n\n<p>They have 400+ Stars on GitHub and it seems very easy to use.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/semperai\/amica\">Star Amica \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#19-hugging-face-transformers-stateoftheart-machine-learning-for-pytorch-tensorflow-and-jax\"><\/a>19.&nbsp;<a href=\"https:\/\/github.com\/huggingface\/transformers\">Hugging Face Transformers<\/a>&nbsp;&#8211; state-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fc3acbf1f145jihy4pqar.png\"><img decoding=\"async\" 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%2Fc3acbf1f145jihy4pqar.png\" alt=\"Hugging Face Transformers\"\/><\/a><\/figure>\n\n\n\n<p>Hugging Face Transformers provides easy access to state-of-the-art pre-trained models and algorithms for tasks such as text classification, language generation, and question answering. The library is built on top of PyTorch and TensorFlow, allowing users to seamlessly integrate advanced NLP capabilities into their applications with minimal effort.<\/p>\n\n\n\n<p>With a vast collection of pre-trained models and a supportive community, Hugging Face Transformers simplifies the development of NLP-based solutions.<\/p>\n\n\n\n<p>These models can be deployed to perform text-related tasks like text classification, information extraction, question answering, summarization, translation, and text generation, in more than 100 languages.<br>They can also handle image-related tasks such as image classification, object detection, and segmentation, as well as audio-related tasks like speech recognition and audio classification.<br>They can also perform multitasking on various modalities, including table question answering, optical character recognition, information extraction from scanned documents, video classification, and visual question answering.<\/p>\n\n\n\n<p>You can see plenty of&nbsp;<a href=\"https:\/\/huggingface.co\/models\">models<\/a>&nbsp;that are available.<\/p>\n\n\n\n<p>You can explore the&nbsp;<a href=\"https:\/\/huggingface.co\/docs\/transformers\/task_summary\">docs<\/a>&nbsp;for complete objectives and samples showing you about the various tasks you can perform.<\/p>\n\n\n\n<p>For example, one way to use the pipeline is for image segmentation.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>from transformers import pipeline\n\nsegmenter = pipeline(task=\"image-segmentation\")\npreds = segmenter(\n    \"https:\/\/huggingface.co\/datasets\/huggingface\/documentation-images\/resolve\/main\/pipeline-cat-chonk.jpeg\"\n)\npreds = &#91;{\"score\": round(pred&#91;\"score\"], 4), \"label\": pred&#91;\"label\"]} for pred in preds]\nprint(*preds, sep=\"\\n\")\n<\/code><\/pre>\n\n\n\n<p>Transformers are supported by the three most widely used deep learning libraries, namely Jax, PyTorch, and TensorFlow, with seamless integration among them. This integration enables easy training of models using one library, followed by loading them for inference with another library.<\/p>\n\n\n\n<p>They have around 120k+ stars on GitHub and are used by a massive 142k+ developers. Try it out!<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/huggingface\/transformers\">Star Hugging Face Transformers \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#20-llama-inference-code-for-llama-models\"><\/a>20.&nbsp;<a href=\"https:\/\/github.com\/facebookresearch\/llama\">LLAMA<\/a>&nbsp;&#8211; Inference code for LLaMA models.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fbia2hnh4i79w9ljj1c4l.png\"><img decoding=\"async\" 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%2Fbia2hnh4i79w9ljj1c4l.png\" alt=\"llama\"\/><\/a><\/figure>\n\n\n\n<p>Llama 2 is a cutting-edge technology developed by Facebook Research that empowers individuals, creators, researchers, and businesses of all sizes to experiment, innovate, and scale their ideas responsibly using large language models.<\/p>\n\n\n\n<p>The latest release includes model weights and starting code for pre-trained and fine-tuned Llama language models ranging from 7B to 70B parameters.<\/p>\n\n\n\n<p>Get started with the&nbsp;<a href=\"https:\/\/github.com\/facebookresearch\/llama?tab=readme-ov-file#quick-start\">installation guide<\/a>&nbsp;covering the below steps.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Clone and download the repository.<\/li>\n\n\n\n<li>Install the required dependencies.<\/li>\n\n\n\n<li>Register and download the model\/s from the Meta website.<\/li>\n\n\n\n<li>Run the provided script to download the models.<\/li>\n\n\n\n<li>Run the desired model locally using the provided commands.<\/li>\n<\/ul>\n\n\n\n<p>You can see this&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=OqZ0CSKzu10\">YouTube video<\/a>&nbsp;by ZeroToMastery on what a is llama.<\/p>\n\n\n\n<p>You can also see the list of models and more info on&nbsp;<a href=\"https:\/\/huggingface.co\/meta-llama\">Hugging Face<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/llama.meta.com\/\">Meta official page<\/a>.<\/p>\n\n\n\n<p>Ollama is based on llama and this has 50k+ stars on GitHub. See the docs and use this model for more research.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/facebookresearch\/llama\">Star LLAMA \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#21-fonoster-the-open-source-alternative-to-twilio\"><\/a>21.&nbsp;<a href=\"https:\/\/github.com\/fonoster\/fonoster\">Fonoster<\/a>&nbsp;&#8211; The open source alternative to Twilio.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fpruup1a8yibepdi40fjk.png\"><img decoding=\"async\" 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%2Fpruup1a8yibepdi40fjk.png\" alt=\"fonoster\"\/><\/a><\/figure>\n\n\n\n<p>Fonoster Inc. researches an innovative Programmable Telecommunications Stack that will allow for an entirely cloud-based utility for businesses to connect telephony services with the Internet.<\/p>\n\n\n\n<p>There are various ways to start based on what you want to achieve.<\/p>\n\n\n\n<p>Get started with the following npm command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install @fonoster\/websdk\n\/\/ CDN is also available\n<\/code><\/pre>\n\n\n\n<p>For instance, this is how you can use Fonoster with Google Speech APIs. (you will need the key for the service account)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install @fonoster\/googleasr @fonoster\/googletts\n<\/code><\/pre>\n\n\n\n<p>This is how you can configure the Voice Server to use plugins.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const { VoiceServer } = require(\"@fonoster\/voice\");\nconst GoogleTTS = require(\"@fonoster\/googletts\");\nconst GoogleASR = require(\"@fonoster\/googleasr\");\nconst voiceServer = new VoiceServer();\nconst speechConfig = { keyFilename: \".\/google.json\" };\n\n\/\/ Set the server to use the speech APIS\nvoiceServer.use(new GoogleTTS(speechConfig));\nvoiceServer.use(new GoogleASR(speechConfig));\n\nvoiceServer.listen(async(req, res) =&gt; {\n  console.log(req);\n  await res.answer();\n  \/\/ To use this verb you MUST have a TTS plugin\n  const speech = await res.gather();\n\n  await res.say(\"You said \" + speech);\n  await res.hangup();\n});\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/fonoster.com\/docs\/overview\/\">docs<\/a>.<\/p>\n\n\n\n<p>They provide a free tier which is good enough to get started.<\/p>\n\n\n\n<p>They have around 6k+ stars on GitHub and have more than 250 releases.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/fonoster\/fonoster\">Star Fonoster \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#22-dipy-paragon-3d4d-imaging-library-in-python\"><\/a>22.&nbsp;<a href=\"https:\/\/github.com\/dipy\/dipy\">DIPY<\/a>&nbsp;&#8211; paragon 3D\/4D+ imaging library in Python.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fl2y1ztg24l2wc1kq5u0g.png\"><img decoding=\"async\" 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%2Fl2y1ztg24l2wc1kq5u0g.png\" alt=\"dipy\"\/><\/a><\/figure>\n\n\n\n<p>DIPY stands as the leading 3D\/4D+ imaging library in Python. It contains various methods for spatial normalization, signal processing, machine learning, statistical analysis, and visualization of medical images.<\/p>\n\n\n\n<p>Plus, it contains specialized methods for computational anatomy including diffusion, perfusion, and structural imaging.<\/p>\n\n\n\n<p>You can get started with.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install dipy\n\n\/\/ run this in python console\nimport dipy\nprint(dipy.get_info())\n<\/code><\/pre>\n\n\n\n<p>You can read the complete&nbsp;<a href=\"https:\/\/docs.dipy.org\/stable\/examples_built\/quick_start\/quick_start.html#sphx-glr-examples-built-quick-start-quick-start-py\">installation guide<\/a>&nbsp;if you&#8217;re using anaconda or another system.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/docs.dipy.org\/stable\/\">docs<\/a>&nbsp;and visit their&nbsp;<a href=\"https:\/\/www.youtube.com\/c\/diffusionimaginginpython\">YouTube channel<\/a>.<\/p>\n\n\n\n<p>You can see the&nbsp;<a href=\"https:\/\/docs.dipy.org\/stable\/examples_built\/index.html\">examples<\/a>&nbsp;in detail.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2F3b6x3jotln0chpoycmci.png\"><img decoding=\"async\" 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%2F3b6x3jotln0chpoycmci.png\" alt=\"examples\"\/><\/a><\/figure>\n\n\n\n<p>They have 428k+ downloads and have 600+ Stars on the GitHub repository.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/dipy\/dipy\">Star DIPY \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#23-elastic-search-free-and-open-distributed-restful-search-engine\"><\/a>23.&nbsp;<a href=\"https:\/\/github.com\/elastic\/elasticsearch\">Elastic Search<\/a>&nbsp;&#8211; Free and Open, Distributed, RESTful Search Engine.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fouw3u41qdkfjvt999lnv.png\"><img decoding=\"async\" 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%2Fouw3u41qdkfjvt999lnv.png\" alt=\"elastic search\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><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%2Ftsn875yov9bmklfg9aqc.png\"><img decoding=\"async\" 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%2Ftsn875yov9bmklfg9aqc.png\" alt=\"data fit\"\/><\/a><\/figure>\n\n\n\n<p>Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing plenty of use cases.<\/p>\n\n\n\n<p>As the heart of the Elastic Stack, it centrally stores your data for lightning-fast search, fine\u2011tuned relevancy, and powerful analytics that scale with ease.<\/p>\n\n\n\n<p>They have stated the use cases of using ElasticSearch.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><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%2Fsp4qf45yzulbi4c7dire.png\"><img decoding=\"async\" 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%2Fsp4qf45yzulbi4c7dire.png\" alt=\"use cases\"\/><\/a><\/figure>\n\n\n\n<p>Elasticsearch uses standard RESTful APIs and JSON. We also build and maintain clients in many languages such as Java, Python, .NET, SQL, and PHP.<\/p>\n\n\n\n<p>This structure is as follows.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const { Client } = require('@elastic\/elasticsearch')\nconst client = new Client({ node: 'http:\/\/localhost:9200' })\n\nclient\n  .search({\n    index: 'social-*',\n    body: {\n      query: { match: { message: 'myProduct' } },\n      aggs: {\n        top_10_states: {\n          terms: { field: 'state', size: 10 }\n        }\n      }\n    }\n  })\n  .then(({ body }) =&gt; {\n    const { hits } = body.hits\n    console.log(hits)\n  })\n  .catch(console.error)\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh\">docs<\/a>&nbsp;and see the&nbsp;<a href=\"https:\/\/www.elastic.co\/elasticsearch\/features\">list of features<\/a>.<\/p>\n\n\n\n<p>Despite its useful features, the main drawback of Elastic Search is the absence of a free tier. However, you can still utilize the free trial to explore and learn about the open-source project&#8217;s architecture.<\/p>\n\n\n\n<p>With over 67k+ stars on GitHub and nearly 1900 contributors, as well as being on the&nbsp;<code>v8<\/code>&nbsp;release, Elastic Search is continuously evolving and improving.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/elastic\/elasticsearch\">Star Elastic Search \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#24-tauri-build-smaller-faster-and-secure-desktop-applications-with-a-web-frontend\"><\/a>24.&nbsp;<a href=\"https:\/\/github.com\/tauri-apps\/tauri\">Tauri<\/a>&nbsp;&#8211; Build smaller, faster, and secure desktop applications with a web frontend.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F7z6iilytnkaw5d3uj6zv.png\"><img decoding=\"async\" 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%2F7z6iilytnkaw5d3uj6zv.png\" alt=\"tauri\"\/><\/a><\/figure>\n\n\n\n<p>Tauri is a toolkit designed to assist developers in creating applications for major desktop platforms, utilizing virtually any frontend framework available. Its core is developed with Rust, while the CLI leverages Node.js, offering a truly polyglot approach to developing and maintaining exceptional apps.<\/p>\n\n\n\n<p>The user interface in Tauri apps currently leverages Tao as a window-handling library on macOS, Windows, Linux, Android, and iOS.<\/p>\n\n\n\n<p>To render your application, Tauri utilizes WRY, a library that offers a unified interface to the system webview. It leverages WKWebView on macOS &amp; iOS, WebView2 on Windows, WebKitGTK on Linux, and Android System WebView on Android.<\/p>\n\n\n\n<p>You can use Vite, HTML\/CSS\/JS, Next.js, Svelte, and many more.<\/p>\n\n\n\n<p>Get started with the following npm command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm create tauri-app@latest\n<\/code><\/pre>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/tauri.app\/v1\/guides\/getting-started\/prerequisites\">docs<\/a>&nbsp;and see the&nbsp;<a href=\"https:\/\/tauri.app\/v1\/guides\/features\/\">list of features<\/a>&nbsp;that you get with Tauri.<\/p>\n\n\n\n<p>You can even make your own CLI with Tauri, how cool is that \ud83d\ude42<\/p>\n\n\n\n<p>The team has provided a&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=UxTJeEbZX-0&amp;t=2s\">YouTube video<\/a>&nbsp;for you to know more about Tauri.<\/p>\n\n\n\n<p>They have 75k+ Stars on GitHub and have more than 800 releases.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/tauri-apps\/tauri\">Star Tauri \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/dev.to\/taipy\/all-the-tools-i-need-to-build-a-perfect-ai-app-2oeh#25-autogpt-more-exciting-than-chatgpt\"><\/a>25.&nbsp;<a href=\"https:\/\/github.com\/Significant-Gravitas\/AutoGPT\">AutoGPT<\/a>&nbsp;&#8211; more exciting than ChatGPT.<\/h2>\n\n\n\n<figure class=\"wp-block-image\"><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%2F3hjamyxzkhy7luwsi9vp.png\"><img decoding=\"async\" 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%2F3hjamyxzkhy7luwsi9vp.png\" alt=\"auto gpt\"\/><\/a><\/figure>\n\n\n\n<p>At the core of AutoGPT lies its primary project, a semi-autonomous agent driven by large language models (LLMs), designed to perform any tasks for you.<\/p>\n\n\n\n<p>The AutoGPT project consists of&nbsp;<a href=\"https:\/\/docs.agpt.co\/#agent\">four main components<\/a>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Agent \u2013 also known as just &#8220;AutoGPT&#8221;<\/li>\n\n\n\n<li>The Benchmark \u2013 AKA agbenchmark<\/li>\n\n\n\n<li>The Forge<\/li>\n\n\n\n<li>The Frontend<\/li>\n<\/ul>\n\n\n\n<p>Read on how you can&nbsp;<a href=\"https:\/\/docs.agpt.co\/autogpt\/setup\/\">set up AutoGPT<\/a>&nbsp;using the OpenAI key.<\/p>\n\n\n\n<p>You can see this&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=_rGXIXyNqpk\">YouTube video by Fireship<\/a>&nbsp;on what is AutoGPT.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"I built my own AutoGPT that makes videos\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/_rGXIXyNqpk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>You can also watch this&nbsp;<a href=\"https:\/\/www.youtube.com\/watch?v=FeIIaJUN-4A\">AutoGPT tutorial<\/a>&nbsp;by Sentral Media.<\/p>\n\n\n\n<p>You can read the&nbsp;<a href=\"https:\/\/docs.agpt.co\/\">docs<\/a>&nbsp;and check out the&nbsp;<a href=\"https:\/\/github.com\/orgs\/Significant-Gravitas\/projects\/1\">project board<\/a>&nbsp;on what things are under development right now.<\/p>\n\n\n\n<p>Even if you don&#8217;t know much about AI, you can try AutoGPT to understand how you can save time and build cool stuff.<\/p>\n\n\n\n<p>They have around 159k+ stars on GitHub Repo due to such an excellent use case and automation capabilities.<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/Significant-Gravitas\/AutoGPT\">Star AutoGPT \u2b50\ufe0f<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<p>It&#8217;s not over yet.<br>Now, let&#8217;s explore some valuable resources that will help you learn new concepts and make a better AI app.<br>We will keep it simple. Hang on!<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/owainlewis\/awesome-artificial-intelligence\">Artificial Intelligence (AI) courses, books, video lectures, and papers.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/TarrySingh\/Artificial-Intelligence-Deep-Learning-Machine-Learning-Tutorials\">Machine-Learning \/ Deep-Learning \/ AI + Web3 -Tutorials<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/microsoft\/ML-For-Beginners\">ML for Beginners<\/a>&nbsp;&#8211; 12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all.<\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/josephmisiti\/awesome-machine-learning\">Machine learning frameworks, libraries, and software<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.revelo.com\/blog\/how-to-make-an-ai\">How to Make an AI: A Step-by-Step Guide &#8211; Revelo<\/a><\/li>\n<\/ul>\n\n\n\n<p>Hopefully, this will help you learn more concepts!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<p>I hope you found something useful in the list.<\/p>\n\n\n\n<p>I&#8217;ve covered awesome open source projects that can take your AI app to the next level.<\/p>\n\n\n\n<p>AI is changing the world and it&#8217;s better to keep AI as a friend rather than ignore it.<\/p>\n\n\n\n<p>Use it to be productive and take the chance to develop something extraordinary.<\/p>\n\n\n\n<p>Some open source projects are more useful than others especially Taipy &amp; AutoGPT if you&#8217;re trying to improve your project in the best possible way.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The world of AI has grown much in the past decade. AI is everywhere, from voice assistants to software development, and it can be really helpful if we use it&#8230; <a class=\"read-more-link\" href=\"https:\/\/tbekk.com\/devstream\/2024\/03\/15\/all-the-tools-i-need-to-build-a-perfect-ai-app\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[181,10],"tags":[339],"class_list":["post-911","post","type-post","status-publish","format-standard","hentry","category-ai-2","category-development","tag-dev"],"_links":{"self":[{"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/posts\/911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/comments?post=911"}],"version-history":[{"count":1,"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/posts\/911\/revisions"}],"predecessor-version":[{"id":915,"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/posts\/911\/revisions\/915"}],"wp:attachment":[{"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/media?parent=911"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/categories?post=911"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tbekk.com\/devstream\/wp-json\/wp\/v2\/tags?post=911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}