Launchable AI
Launchable AI
  • Видео 23
  • Просмотров 53 842
Terminal Productivity with Tmux (terminal multiplexer) - a brief primer
In this video we go over some basics of using Tmux, the terminal multiplexer (github.com/tmux/tmux).
If you spend a lot of time working in a terminal/command line, tmux can make your life a lot easier.
Tmux is a great tool for opening and managing multiple windows within a terminal session. This is particularly useful in the context of working on remote servers, or in complex shell environments with lots of programs running.
We look at:
- basic shortcuts
- windows, pane, status bars
- tmux config file
- and some tips for using tmux more effectively.
If you're curious about the course I mention in the video, you can find more information here: launchable.ai/course_bubble_ai_plugins. It's about bu...
Просмотров: 326

Видео

Course Preview - Building Advanced AI Plugins in Bubble - Lesson 1 - Tools Overview
Просмотров 2052 месяца назад
In this video we get an overview of the tools we'll be using in the course "Build Advanced AI Plugins for Bubble", which you can find here: launchable.ai/course_bubble_ai_plugins
Build your own ChatGPT-style app in 2 minutes
Просмотров 1524 месяца назад
Ever been frustrated by ChatGPT going down? Why not build your own?! Using Bubble, OpenRouter, and LLM Toolkit, I build a real-time / streaming AI app in 2 minutes. Never be stuck when the OpenAI API goes down again! Note - the element in the video is called ChatGPT/LLM Toolkit Data Container. In the latest version of the plugin it's called LLM Toolkit Data Container. Just in case this is confu...
Build an AI Research Assistant with OpenAI, Bubble, and LLM Toolkit - Live Build p2 - Threads/Msgs
Просмотров 5026 месяцев назад
In this video, we continue building an OpenAI Research Assistant in our Bubble app, to help us with our User Modeling research. We combine functions from the LLM Toolkit with some custom code, to upload a library of PDFs to our assistant. We cover: - Threads, Messages, and Runs in the OpenAI Assistants API - Updating LLM Toolkit (using the Bubble plugin editor) - Building a UI / Front-end for o...
Build an AI Research Assistant with OpenAI, Bubble, and LLM Toolkit - Live build p1 - Files
Просмотров 9156 месяцев назад
In this video, we start building an OpenAI Research Assistant in our Bubble app, to help us with our User Modeling research. We combine functions from the LLM Toolkit with some custom code, to upload a library of PDFs to our assistant. We cover: - The OpenAI Assistants API - The OpenAI Files API - Vector Stores - Python programming with ChatGPT - Some terminal usage tips - In-the-wild data scie...
Build Video Analysis Apps with Gemini Pro Vision, Bubble, and AWS - (3/5) - Deploy Lambda, ECR, IAM
Просмотров 4098 месяцев назад
In the third part of our tutorial series, we learn how to use AWS ECR (Elastic Container Registry) to upload and host our Docker images, which will be used as the code for our Lambda function. We get a quick intro to ECR, CloudWatch, IAM (Identity Access Management), and Lambda testing. Companion code can be found here: github.com/Launchable-AI/gemini-vision-bubble-tutorial If you have any ques...
Build Video Analysis Apps with Gemini Pro Vision, Bubble, and AWS - (2/5) Video Processing Lambda
Просмотров 8348 месяцев назад
In part 2 of this video series we'll build our "Video Processing" lambda, which will extract frames from our video and upload them to the Google File API. Companion code can be found here: github.com/Launchable-AI/gemini-vision-bubble-tutorial/blob/master/dispatch_function/lambda_function.py (note that code in repo has been updated, so doesn't match video exactly). For help or inquiries, leave ...
Build Video Analysis Apps with Gemini Pro Vision, Bubble, and AWS - (1/5) Intro, Colab, Gemini
Просмотров 1,7 тыс.8 месяцев назад
In this video series we'll learn to build video analysis apps! We'll use the Gemini Pro API to analyze our videos, Bubble for our front-end and database, and AWS Lambda functions for video processing (e.g., extracting frames). In this first part, we look at an overview of the architecture and explore the Gemini API with starter code in Google Colab. Associated code will be linked here soon. For...
OpenAI Assistants in Bubble - p. 2 - Building An Agent Swarm, Initial Steps, BuilderBot spawns Bots!
Просмотров 3 тыс.Год назад
Build an agent swarm! We start exploring ways to make OpenAI Assistants that can spawn other assistants. This is fairly simple with Bubble API Connector & the Open AI Assistants API. In this tutorial, we set up the workflows, UI, and API calls to call our Builder Bot, which then spawns more Bots (assistants). In the next video, we'll look at instrumenting agents with API access, and spinning up...
OpenAI Assistants in Bubble - A first look
Просмотров 4,3 тыс.Год назад
In this tutorial, we integrate the new OpenAI Assistants API into our Bubble app using API Connector; no third-party plugins needed. We look at creating and modifying assistants, uploading files, starting threads, and running agents. This was my first look at the API, some there are some rough spots along the way. Leave a comment below if you want to see more content like this, or leave suggest...
Building Bubble Plugins - Part 1 - Overview and Actions
Просмотров 2,2 тыс.Год назад
In this tutorial we look at how to build a basic Bubble plugin. We create a single server-side action, and look at how to set Input values, and return values from an API. Specifically, we wire up a way to check the OpenAI Status API, to find out if it is functioning as intended. If you like this sort of thing, come chat with us on Discord! We have a server where we talk about all things LowCode...
ChatGPT + Function Calling & Execution in Bubble - Build ChatGPT plugins in minutes.
Просмотров 1,9 тыс.Год назад
In this video, I walk through using ChatGPT Function Calling in Bubble. We integrate a financial news API from Seeking Alpha (hosted on RapidAPI) into our ChatGPT conversations, to automatically summarize the days financial news. Using this method, you can plug any external data source into your Bubble ChatGPT apps in minutes, without writing any code! If you have any questions or comments, let...
Bubble quick tip - Option Sets for Single-Page-App navigation
Просмотров 650Год назад
Using Option Sets simplifies navigation in your Single Page Applications (SPAs) If you're building an SPA, you need to set conditionals for when to display groups and highlight nav text, and you need to create "navigation" workflows. Option sets simplify all that.
Image dataset creator with GCP
Просмотров 2122 года назад
In this tutorial, we create an image downloading tool with python and a GCP custom search engine. This video is part of the Low-Code AI course. Note that we use AWS SageMaker to train our model, but you could equally well use Colab or another similar service. Apologies for the 720p fail :s We'll be getting 1080p cameras in Canada as early as 2026!
Low-code Image Classifier - with fast.ai, fastAPI, & Bubble
Просмотров 5582 года назад
In this speedrun, we build a NoCode/Low-Code SaaS that can classify user-uploaded images as radiographs (X-Rays) or photographs. We use: - fast.ai AWS SageMaker to train an image classifier - fastAPI to build a simple API - and Bubble for our database and front-end. This is a very quick way to build an computer vision platform / prototype. Note that b/c this was recorded as a "speedrun", there ...
Bubble + FastAPI - Extend your app with API connector, workflow API, data API (live-code)
Просмотров 2,1 тыс.2 года назад
Bubble FastAPI - Extend your app with API connector, workflow API, data API (live-code)
NoCode ML - Create and Deploy a Custom Image Classifier with HuggingFace AutoTrain
Просмотров 1,7 тыс.2 года назад
NoCode ML - Create and Deploy a Custom Image Classifier with HuggingFace AutoTrain
Use your own AWS S3 bucket with your Bubble Applications - without plugins or 3rd-party solutions
Просмотров 12 тыс.2 года назад
Use your own AWS S3 bucket with your Bubble Applications - without plugins or 3rd-party solutions
No-Code NLP - Automated text generation with Eleuther.ai's GPT-Neo (GPT-3 alternative) and Bubble.io
Просмотров 3,9 тыс.3 года назад
No-Code NLP - Automated text generation with Eleuther.ai's GPT-Neo (GPT-3 alternative) and Bubble.io
AWS Simple Email Service (SES) with Bubble.io - Custom low-code e-mail back-end
Просмотров 2,1 тыс.3 года назад
AWS Simple Email Service (SES) with Bubble.io - Custom low-code e-mail back-end
Low Code AI Tutorial - Automated Transcription (Speech-to-Text) with Bubble.io and AWS Transcribe
Просмотров 3,3 тыс.3 года назад
Low Code AI Tutorial - Automated Transcription (Speech-to-Text) with Bubble.io and AWS Transcribe
No-Code NLP - Analyze News Articles with Bubble.io & APIs (AYLIEN, USearch, RapidAPI)- API Deep Dive
Просмотров 3,5 тыс.3 года назад
No-Code NLP - Analyze News Articles with Bubble.io & APIs (AYLIEN, USearch, RapidAPI)- API Deep Dive
Low Code AI - Tutorial 1 - Computer Vision With Bubble.io and AWS (Rekognition, Lambda, API Gateway)
Просмотров 8 тыс.3 года назад
Low Code AI - Tutorial 1 - Computer Vision With Bubble.io and AWS (Rekognition, Lambda, API Gateway)

Комментарии

  • @maxpaynestory
    @maxpaynestory 10 дней назад

    So what ever functionality is available inside node 18 we could use it on Bubble. Awesome thanks.

  • @ik817
    @ik817 12 дней назад

    How to upload large files

  • @TheGnarnivore
    @TheGnarnivore Месяц назад

    Does this work with multipart uploads or would I need to add the lambda back into the architecture?

  • @BARTKRPSHOEK
    @BARTKRPSHOEK 2 месяца назад

    Awesome video. Very well explained and easy to follow.

  • @nanaadommills-robertson7464
    @nanaadommills-robertson7464 2 месяца назад

    Bubble Dev Here - who started learning how to code. I appreciate the clear and straightforward way you explained these components. Also had no idea that the terminal concept came from interacting with mainframes back in the day. Good stuff! Also noob question Here (feel free not to respond) - Is FastAPI the python equivalent of Express for the Node JS ecosystem?

    • @LaunchableAI
      @LaunchableAI 2 месяца назад

      Yep, basically! FastAPI is a lightweight API framework, similar to express. Flask is another popular one for python, older and maybe more stable (?), but FastAPI has been growing a lot the last few years, and it's my go-to for python backends. Happy coding!

  • @sitedev
    @sitedev 2 месяца назад

    Awesome. Looking forward to devouring this. What is your release schedule for this course? I’m ready now :)

    • @LaunchableAI
      @LaunchableAI 2 месяца назад

      Hey @sitedev! Planning to release 2-3 lessons per week for about 4 weeks. Stay tuned!

    • @netuser-t3
      @netuser-t3 Месяц назад

      @@LaunchableAI Please update your webiste. It says 2042. 😁 "Yes! You can purchase early-bird access to the course now for a discount. The course is currently under development, about 1/3 complete. The rest of the material will be released in November and December of 2042. I also plan to release updates to the course as new topics become relevant, or tools change."

    • @LaunchableAI
      @LaunchableAI Месяц назад

      No, that's correct. I expect it'll take 18 years or so to cover all the material. haha jk thanks! It's fixed now! :)

  • @CranfordTech
    @CranfordTech 2 месяца назад

    Looking forward to the rest of the course Korey!

  • @NjenuineLabs
    @NjenuineLabs 2 месяца назад

    great man work more on your thumbnails and descriptions you will get more engagement i mean you are doing allot of good and unique stuff in the bubble space you can contact me for the thumbnails

    • @LaunchableAI
      @LaunchableAI 2 месяца назад

      Thanks! If you can help with thumbnails, get in touch on our contact page! Would love to chat.

  • @floopapp
    @floopapp 2 месяца назад

    Hey @Launchable AI , thank you for the helpful video. The second part of your video (where you create a custom file uploader) can be replaced with my free plugin Better Uploader. It exposes the selected files as Data URI's which can be used in the API connector to upload the files. If you are not uploading large video files, the encoding doesn't make a difference in terms of storage (for example, my application only supports uploading PDFs). If you want to avoid the encoding penalty, I am working on an action that can upload the binary data directly to your S3 bucket. Wishing you all the best!

  • @YayZ
    @YayZ 3 месяца назад

    Very helpful for a bubble user who has basic knowledge on javascript. Thanks a lot.

  • @siyabongadlamini7424
    @siyabongadlamini7424 4 месяца назад

    3 yrs later this is still relevant, Thank you Launchable AI.

  • @dwali3324
    @dwali3324 4 месяца назад

    I have so many questions ' I'm trying to develop a mobile app with bubble or flutterflow, the app should allow users to create a profile and upload their sports highlights video, the users should also have access to school emails which i want to pull in through an API , so basically there we be several hundred users uploading video and emailing schools in which schools can reply to the user all within the mobile app and I want to charge a few dollars a month for the service, so I will need backend storage to handle potentially thousands of videos,, plesse help, I have some programming experience

  • @MisCopilotos
    @MisCopilotos 4 месяца назад

    Great!

  • @bhattrishit5078
    @bhattrishit5078 4 месяца назад

    One question what if I want to authenticate or Authorize the api in bubble How to do that

  • @jarrahahmad
    @jarrahahmad 4 месяца назад

    I've been watching your videos nonstop since yesterday. Your ability to break down complex topics is impressive. You've definitely gained a new fan! Keep up the great work.

  • @mohammedsadiq2045
    @mohammedsadiq2045 4 месяца назад

    Please part 4 and 5

  • @Parsa-vi7ks
    @Parsa-vi7ks 5 месяцев назад

    Where is part 4?

  • @ItsEddieMusic
    @ItsEddieMusic 5 месяцев назад

    where is part 4?

  • @MisCopilotos
    @MisCopilotos 6 месяцев назад

    Great video Korey!

  • @link0171
    @link0171 6 месяцев назад

    Incrivel, você possui uma didadica muito foda, sou do brasil e as vezes fica um pouco dificil de acompanhar o video mas com paciencia consigo compreender bem. Não sou um esperiente em api, mas queria saber se é possivel construir esse sistema todo integrado com n8n, isso usaria menos WU? Depois como eu faria pra conectar no bubble?

  • @NickaGillis
    @NickaGillis 6 месяцев назад

    regex for the annotations if you just want to hide them. We were able to get it to print the files in a list that it used to source. 【.*:.*†.*】

    • @LaunchableAI
      @LaunchableAI 6 месяцев назад

      yeah regex is a good idea. In the next video I will probably use "schedule API workflow on a list" with a multi-select to get bubble-native references to the PDFs.

    • @nickgillis1482
      @nickgillis1482 6 месяцев назад

      ​​@@LaunchableAIGiving the assistant instructions with an example of the reference format it will oblige and give a list, combine with the regex, much cleaner. However, that's just for documents uploaded to the vector, and I'm assuming the thread too. I'm curious, we appended a document code to each file #t_code. Haven't tested it yet but we're creating a document reference list in bubble that doesn't actually hold the file but some information on it. Ideally that file is hosted elsewhere. But the doc code can be printed or omitted based on the instructions/examples provided. Spent 2 months testing instructions and formatting. Not sure this helps but floating some ideas.

  • @jalengonel
    @jalengonel 6 месяцев назад

    Amazing Korey! Thank you so much for this

  • @wenrulee7191
    @wenrulee7191 6 месяцев назад

    Learnt about bubble yesterday, and because of your video, was able to do a big part of something i was looking for. Thank you!!

  • @finleymacdonald5026
    @finleymacdonald5026 7 месяцев назад

    Is part 3 coming soon? Great first two!

    • @LaunchableAI
      @LaunchableAI 6 месяцев назад

      It’s not labelled part 3, bc I started a different path, but there is a third and fourth out now!

  • @fheralanis
    @fheralanis 8 месяцев назад

    this plugin works for openai assistants v2.0?

    • @LaunchableAI
      @LaunchableAI 6 месяцев назад

      Yep, you can use either version now

  • @CranfordTech
    @CranfordTech 8 месяцев назад

    Thanks for this Korey - fantastic video. Looking forward to the rest of the series!

  • @sonbomme8223
    @sonbomme8223 8 месяцев назад

    AWESOME series! Thank you so much for uploading these Series!

  • @sonbomme8223
    @sonbomme8223 8 месяцев назад

    I want next video! you're awesome!

  • @joshbleijenberg4000
    @joshbleijenberg4000 8 месяцев назад

    Amazing

  • @joaquintenestrillo9962
    @joaquintenestrillo9962 8 месяцев назад

    Hey, like your content, when prt 3?

  • @manuelgarciarubio3908
    @manuelgarciarubio3908 8 месяцев назад

    Awesome video, do you plan to release the next part? I am very interested

    • @LaunchableAI
      @LaunchableAI 8 месяцев назад

      Thinking about late next week for this, once the current series (gemini + video) is done. Stay tuned!

    • @wilson8547
      @wilson8547 8 месяцев назад

      @@LaunchableAI 👀

  • @nishantgoel2918
    @nishantgoel2918 9 месяцев назад

    Hey man! Umm, I am getting 502 error with API calls. Not sure what's trashed.... Did bubble migrate from AWS? As they have a collab with microsoft and the file are no longer at s3 URI

  • @Olwen89
    @Olwen89 9 месяцев назад

    Thanks for the video! Wondering if you have an update video on how to stream the responses from open ai (seems there's some recent updates that allow streaming)

    • @LaunchableAI
      @LaunchableAI 6 месяцев назад

      Yep, the latest plugin versions and recent tutorial videos cover streaming. May also be releasing a tutorial on how to build streaming from scratch

  • @rahees_ahmed
    @rahees_ahmed 9 месяцев назад

    Awesome tutorial i was building a plugin for translation of website but i didn't find any helpful and to the point tutorial you explain very well and in details waiting for part2

  • @ricardobarbosa7622
    @ricardobarbosa7622 9 месяцев назад

    Amazing! Best tutorial out there! I wonder if there's any resource I could use to do the same for Sign Language video captioning, but surely there must be a way, and your video simply opened up curtains to hundreds of possibilities, at least to me haha. Great job!!!

    • @LaunchableAI
      @LaunchableAI 6 месяцев назад

      I think Gemini or another multimodal LLM would be a good place to start. Cuts out a lot of up front training time

  • @savioleal6568
    @savioleal6568 11 месяцев назад

    Perfect! It worths each minute. I have been moving around and guarantee its content and didatic technique are very rare.Congratulations! ... Taking the chance... I am facing error message when trying to GET method (pls see blw)... Any clue would be very appreciated! Regards. API Connector There was an issue setting up your call. Raw response for the API Status code 403 {"message":"Missing Authentication Token"}

    • @LaunchableAI
      @LaunchableAI 11 месяцев назад

      Glad it was helpful! Regarding the error, I'm not sure. There are a few things that could be going on there. The most likely is that you're missing the authentication header. Do you have a header named "Authentication", with a value of "Bearer abcd1234" (with the value of course changed)?

    • @thaukhoorz
      @thaukhoorz 8 месяцев назад

      @@LaunchableAI I have this same error, and do not have an Authentication header. Should I add one and provide the value? Not sure where to find the value...

  • @dropT10
    @dropT10 11 месяцев назад

    Thank for this very thorough tutorial. I am running into a problem where the uploaded images to S3 do not render on AWS (click on the file in S3, then click open, and I get garbled text), and subsequently cannot display in my repeating group. I'm able to select and upload files, see the name and UId, etc. but cannot render the images. Did I overlook a setting or permission with S3? Thanks!

    • @LaunchableAI
      @LaunchableAI 11 месяцев назад

      This could be due to permissions on the bucket. If you're blocking public access (the default now, since the tutorial was made), you'll need to generate an access token. If you open the bucket, can you view the file by clicking the "Open" button, instead of the file name?

    • @dropT10
      @dropT10 11 месяцев назад

      Thank you. When I click open, the file doesn't render. just a small square (like missing pic icon) @@LaunchableAI

    • @peterbrink4421
      @peterbrink4421 9 месяцев назад

      Hey mate, I have this same issue. Did you solve it in the end?@@dropT10

    • @peterbrink4421
      @peterbrink4421 9 месяцев назад

      Did you ever figure this out? I have the same issue

    • @dropT10
      @dropT10 9 месяцев назад

      I'm sorry I have not. I am using bubble's file manager for now. @@peterbrink4421

  • @Nolaready
    @Nolaready 11 месяцев назад

    How can I make ChatGpt pull in videos from RUclips.. please help

    • @LaunchableAI
      @LaunchableAI 6 месяцев назад

      Hm. That’s tricky. I’d look at Gemini atm. It has better video support. Though I imagine ChatGPT isn’t far behind

  • @charliekelland7564
    @charliekelland7564 11 месяцев назад

    Great content, thank you. I don't need this yet but may well do at some point and it's good to know it's here. I'm currently using a plugin but I don't think it does everything I'm going to need so... thanks again - subbed 👍

  • @FleXPay-d9m
    @FleXPay-d9m 11 месяцев назад

    Just one detail: GPT-3 in not compatible and GPT-4 subscription plan cost a fortune. U$D22 is too much to run assistants.

    • @LaunchableAI
      @LaunchableAI 11 месяцев назад

      Yep, it's kind of pricey, esp. if you're outside North America or Europe. I use gpt-4 pretty much every day for my work, so it's worth it for me, but I can see that it wouldn't be worth it if you're only using it occasionally or only for this one feature.

  • @FleXPay-d9m
    @FleXPay-d9m 11 месяцев назад

    Well done folk, you are a legend!

  • @arlissbanks8581
    @arlissbanks8581 Год назад

    Are you working on ACE or HAAS?

    • @LaunchableAI
      @LaunchableAI 11 месяцев назад

      I'm not, no. Was just paying attention to D. Shapiro's content. Are you?