Build AI App Prototypes Visually with No-Code (Open-source)

  Рет қаралды 13,661

AssemblyAI

AssemblyAI

Күн бұрын

Earlier this year, Ironclad open sourced their Graphical Development Environment for AI applications Rivet. It is a great environment to prototype AI apps without any code. Especially if you’re building complex apps with multiple services, it is great to have the visual aspect and the no-code flexibility.
You can also integrate the graphs you build in Rivet directly into your Node.js application.
In this tutorial, you'll use Rivet to develop a graph that transcribes a podcast episode, and a graph that takes your question and generates an answer using LeMUR. You'll then call these two graphs to get answers to questions given an audio URL.
Download Rivet: rivet.ironcladapp.com/
Here is the written tutorial with the Node.js integration code: www.assemblyai.com/blog/podca...
What is Rivet by Ironclad?
Rivet is a visual programming environment for building AI agents with LLMs. Iterate on your prompt graphs in Rivet, then run them directly in your application. With Rivet, teams can effectively design, debug, and collaborate on complex LLM prompt graphs, and deploy them in their own environment.
How can you use Rivet?
Rivet has a graphical interface that makes it very easy to quickly prototype AI applications. Just download it, set up your plugins and start building.
How to prototype with AI APIs and services?
Rivet is a great way to prototype AI applications. Using their graphical interface and plugins for many different AI services, you can build the prototype of an AI application with a few clicks.
00:00 Intro demo
00:21 What is Rivet by Ironclad?
00:47 Setting up the environment
02:09 Project structure
02:23 Simple transcription example
03:32 Set up project for Q&A
04:11 Transcription graph
05:38 Question answering graph
07:10 Main graph for Q&A
09:06 Example run
10:15 Finalizing the output format
12:36 Node.js integration
13:09 Watch next!
▬▬▬▬▬▬▬▬▬▬▬▬ CONNECT ▬▬▬▬▬▬▬▬▬▬▬▬
🖥️ Website: www.assemblyai.com/?...
🐦 Twitter: / assemblyai
🦾 Discord: / discord
▶️ Subscribe: kzbin.info?...
🔥 We're hiring! Check our open roles: www.assemblyai.com/careers
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
#MachineLearning #DeepLearning

Пікірлер: 17
@haroldpierre1726
@haroldpierre1726 5 ай бұрын
I've seen many no-code tutorials but often found them confusing. However, your video provided clear and comprehensible instructions, motivating me to brainstorm project ideas to experiment with.
@JohnDoe-xp9rd
@JohnDoe-xp9rd 5 ай бұрын
Awesome , thank you
@CecilioCosacFraguas
@CecilioCosacFraguas 3 ай бұрын
Amazing!!! I am using here! Thanks!!!
@alexanderradchykov8955
@alexanderradchykov8955 5 ай бұрын
🔥 very useful, thanks
@Tripp111
@Tripp111 5 ай бұрын
Thank you. ❤🍕🙏
@davidbell6101
@davidbell6101 5 ай бұрын
agreed, very useful. Thank you..
@AssemblyAI
@AssemblyAI 5 ай бұрын
Glad it was helpful!
@mrd6869
@mrd6869 5 ай бұрын
Im doing something simiiar but im using 4 different AI programs in a circuit to build an application.Im doing the whole thing with English text prompting. One builds on the other and explains to me what going on line by line.Each Ai using their own angle to optimize the code..In the future coding will be done that way i belive.They'll be more programs managers then programmers
@BetterThanTV888
@BetterThanTV888 5 ай бұрын
Thanks for making these tutorials not intimidating 🎉
@randomracer2299
@randomracer2299 5 ай бұрын
Really nice 😃.Thanks for sharing. But need to wait ~40 seconds to get answer. (Noticed runtime at right bottom corner. Time: 12:40). It would be good if it is improved
5 ай бұрын
super
@stuartwild1482
@stuartwild1482 Ай бұрын
with this example, is there a way of opening a dialog box to choose an audio file, rather than typing in a url?
@Jayshreeram22583
@Jayshreeram22583 5 ай бұрын
Make a video on how to make an dubbing ai like Dubvers etc. Plz
@Player-oz2nk
@Player-oz2nk 3 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 🌐 *Introduction to Rivet and Assembly AI Integration* - Demonstrating Rivet's no-code environment for AI application prototyping, - The ease of querying information using Assembly AI without writing code, - Overview of Ironclad's Rivet as a tool for integrating multiple services visually. 01:09 🔑 *Setting Up Assembly AI Plugin in Rivet* - Setting up a Q&A project with Assembly AI in Rivet, - Adding Assembly AI plugin and obtaining an API key, - Introduction to the project structure in Rivet, consisting of multiple graphs. 02:32 🎙️ *Creating the Transcribe Audio Graph* - Building a simple graph to transcribe audio using Assembly AI, - Connecting audio data to Assembly AI's transcribe node, - Observing the transcription process and output within Rivet. 03:39 📊 *Structuring the Full Project with Multiple Graphs* - Deleting the initial graph to create a more complex project structure, - Establishing separate graphs for transcribing audio and answering questions, - Each graph functions as a separate component, akin to a function in programming. 05:33 🤔 *Setting Up the Answer Question Graph* - Creating inputs for transcript ID and user questions in the answer question graph, - Adding a Q&A node and configuring inputs to receive user data, - Outputting the JSON response containing the answer to the user's question. 07:11 🧩 *Combining Graphs in the Main Function* - Integrating separate graphs into a main graph to function collectively, - Prompting user inputs for audio URL and question within the main graph, - Utilizing subgraph nodes to link the transcription and question answering processes. 09:36 🛠️ *Troubleshooting and Executor Switching* - Encountering and resolving an error during the graph execution, - Switching from the browser executor to the node.js executor for better plugin functionality, - Successfully obtaining a JSON response with the answer to the user's question. 10:49 📑 *Parsing and Formatting the JSON Response* - Extracting the answer from the JSON response using an object path node, - Parsing the response to display the answer to the user's question clearly, - Running the main graph again to demonstrate the improved answer formatting. 12:43 📚 *Integrating Rivet Graphs into Node.js Projects* - Discussing the possibility of using Rivet graphs in Node.js projects, - Mentioning a tutorial for further learning on integrating graphs into code, - Emphasizing the importance of prompt engineering in AI application development. Made with HARPA AI
@ikromjonovhojiakbar3119
@ikromjonovhojiakbar3119 5 ай бұрын
What was your own channels name on KZbin?
@AssemblyAI
@AssemblyAI 4 ай бұрын
It’s Misra Turp. :)
26 Incredible Use Cases for the New GPT-4o
21:58
The AI Advantage
Рет қаралды 79 М.
Don’t Build AI Products The Way Everyone Else Is Doing It
12:52
Steve (Builder.io)
Рет қаралды 335 М.
Зу-зу Күлпәш.Курс (6 бөлім)
40:48
ASTANATV Movie
Рет қаралды 421 М.
Каха с волосами
01:00
К-Media
Рет қаралды 6 МЛН
The Noodle Stamp Secret 😱 #shorts
00:30
Mr DegrEE
Рет қаралды 32 МЛН
Getting Started with Rivet 1.5
13:16
Rivet
Рет қаралды 3,4 М.
Learn to Build AI Applications - No Code
1:04:10
MindStudio
Рет қаралды 8 М.
6 Best APP Builders For Beginners In 2024 (NO CODE)
32:39
WeAreNoCode - Learn No-Code!
Рет қаралды 150 М.
This VS Code AI Coding Assistant Is A Game Changer!
14:27
codeSTACKr
Рет қаралды 114 М.
I Tried 200+ No Code Tools - Here Are The Best For 2024
16:03
WeAreNoCode - Learn No-Code!
Рет қаралды 86 М.
Building Production-Ready RAG Applications: Jerry Liu
18:35
AI Engineer
Рет қаралды 237 М.
INSANE OpenAI News: GPT-4o and your own AI partner
28:48
AI Search
Рет қаралды 371 М.
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Яблочный Маньяк
Рет қаралды 871 М.
На iPhone можно фоткать даже ночью😳
0:30
GStore Mobile
Рет қаралды 1,3 МЛН
Вы поможете украсть ваш iPhone
0:56
Romancev768
Рет қаралды 571 М.
Why spend $10.000 on a flashlight when these are $200🗿
0:12
NIGHTOPERATOR
Рет қаралды 17 МЛН