StarMorph AI
StarMorph AI
  • Видео 34
  • Просмотров 730 647
Vectorshift - AI Automation - Interview with CoFounder Albert Mao | Starmorph AI
Speaking with Albert Mao, cofounder of Vectorshift about their plans and experience in the Y-Combinator S-23 batch. Vectorshift is an end-to-end
AI automations platform. They offer no-code, low-code (python SDK), and out of the box generative AI solutions to build AI assistants, chatbots, and automations.
Vectorshift vectorshift.ai/
Vectorshift Twitter vectorshiftai
📡 Starmorph AI: Starmorph.com
🐦 Follow us on Twitter: StarmorphAI
Просмотров: 382

Видео

OpenAI Function Calling API Tutorial | Realtime Data Chatbot with Vercel AI SDK in Javascript
Просмотров 3,6 тыс.Год назад
OpenAI Function Calling API tutorial using ChatHN Repo by Steven Tey, built on the Vercel AI SDK. Get Streaming and Real time Data from your API using this architecture. In this video we modify the open source GitHub repo to chat to retrieve real time weather data with natural language as an example of how to integrate your own API into a chatbot. Github Repo github.com/steven-tey/chathn OpenAI...
How To Use StableStudio | Stable Diffusion Web UI with SDXL Beta by Stability AI
Просмотров 1,7 тыс.Год назад
How to Use and Deploy the Stability AI StableStudio Stable Diffusion Web UI on Vercel. This UI includes great functionality like: aspect ratio, multiple models (Stable Diffusion 1.5, SDXL Beta, etc), a nice gallery, and more. Stable Studio Github Repo: github.com/Stability-AI/StableStudio Starmorph Studio: studio.starmorph.com (bring your own StabilityAI Dreamstudio API Key) 📡 Starmorph AI: Sta...
ShadCN User Interface Tutorial | NextJS 13 Radix UI, TailwindCSS
Просмотров 20 тыс.Год назад
How to setup your own NextJS 13 Starter template to use ShadCN User interface components. ShadCN is a collection of very nicely refined user interface components, built on top of Radix UI and TailwindCSS. Intro Call cal.com/starmorphai/intro-call 1 hr consulting cal.com/starmorphai/consultingcall 📡 Starmorph AI: Starmorph.com 🐦 Follow us on Twitter: StarmorphAI Front-end Dev GPT-4 ...
Superagent - AI agents & Large Language Model Discussion with Founder Ismail Pelaseyed
Просмотров 1,7 тыс.Год назад
In this video we discuss large language models, their evolution and impact on the software development ecosystem, and the principles behind Superagent, an API service for production grade agentic large language models. Had an awesome convo with the Founder Ismail Pelaseyed who I am very grateful was able to take the time from his extremely busy work doing cutting edge production level Open Sour...
Launch Your Own Langchain PDF Chat | Streamlit Tutorial | No code, Easy | Python w Faiss VectorDB
Просмотров 6 тыс.Год назад
Launch your own Langchain Python PDF Chat using Streamlit. In this video we clone an open source Github Repository that uses Context Augmented Retrieval, OpenAI / Huggingface embedding creation, and FAISS vectorstorage to explore and query PDF documents via a web interface. Keep up With AI! 🐦 Connect with us on Twitter: StarmorphAI 👈 📸 AI Artwork LLM Resources: Join our Instagram co...
Figma Design Session | Self-Psychology for Software Development Diagram
Просмотров 567Год назад
In This Video 3x Speed of designing a self-psychology for software development diagram in Figma. I hope this video is helpful to see a Figma design flow, learn some Figma plugins, think about how the mind works as a machine and how it can be optimized to create your vision, and any other inspiration this gave you! Keep up With AI! 🐦 Connect with us on Twitter: StarmorphAI 👈 📸 AI Art...
LlamaIndex | Connect Your Data to Large Language Models | With CoFounder Jerry Liu
Просмотров 2,6 тыс.Год назад
Discussing LlamaIndex with Co-Founder Jerry Liu. LlamaIndex is a python framework to connect your data to large language models. Llamaindex has 150 contributors, and supports 90 data connections including Github repos, airtable, csv's and much more. We discuss external data connections, data formatting, indexing, retrieval, vector storage, similarity search and more. Keep up With AI! 🐦 Connect ...
AI Agents - BabyAGI, AutoGPT (AgentGPT) - Research, Tools, Repos
Просмотров 6 тыс.Год назад
Autonomous AI Agents Tutorial and Overview. AgentGPT(AutoGPT) BabyAGI, Microsoft Jarvis. How to Deploy BabyAGI UI. Research: large language models, reinforcement learning and more. Keep up With AI! 🐦 Connect with us on Twitter: StarmorphAI 👈 📸 AI Artwork LLM Resources: Join our Instagram community: StarmorphAI 🚀 🌐 Our Official Website: starmorph.com 🌟 Got a passion fo...
Query Your Data with GPT-4 | Embeddings, Vector Databases | Langchain JS Knowledgebase
Просмотров 24 тыс.Год назад
Introduction to Langchain Javascript Embeddings, Vectorstorage, Similarity Search. How to Create GPT-3 GPT-4 Chatbots that can contextually reference your data (txt, JSON, webpages, PDF) with embeddings. Discussion into embeddings, vectorstorage options such as Pinecone, Chroma, Langchain, Supabase, Weaviate. Intro Call cal.com/starmorphai/intro-call 1 hr consulting cal.com/starmorphai/consulti...
How to Launch Your own GPT-4 Chatbot UI | No Coding Required | OpenAI Chatbot Tutorial
Просмотров 10 тыс.Год назад
How to launch your own GPT-4 Chatbot UI with no coding in just a few minutes using McKay Wrigley’s open source Vercel template. Starmorph Starmorph.com Code.chat AI coder code.chat Consulting 1hr Call: cal.com/starmorphai/consultin... Github github.com/mckaywrigley/chatbot-ui Vercel Template: vercel.com/templates/next.js/chatbot-ui Video Chapters 0:00 Intro 1:00 Chatbot UI Overview 2:10 Vercel ...
Langchain Javascript Coding Tutorial | Getting Started | Node.js Quickstart
Просмотров 18 тыс.Год назад
Introduction to Coding Langchain Javascript. Using OpenAI API to generate react code with Langchain . Brief Introduction into embeddings, vectorstorage options such as Pinecone, Chroma, GPT-4 bots given documents, Langchain memory and more. Keep up With AI! 🐦 Connect with us on Twitter: StarmorphAI 👈 📸 AI Artwork LLM Resources: Join our Instagram community: StarmorphAI...
How to Use Langchain With Zapier | Write and Send Email with GPT-3 | OpenAI API Tutorial
Просмотров 24 тыс.Год назад
Using Langchains new Integration with the Zapier NLA (Natural Language Actions API) to write and send a customized email with OpenAI GPT-3 generation. We use Jupyter, Langchain's python library, to get this quickstart up and running quick! Enjoy! Github Repo for this code: github.com/starmorph/zapier-langchain-quickstart Chat with Starmorph: cal.com/starmorphai/intro-call Starmorph Web Design: ...
Langchain JS | How to Use GPT-3, GPT-4 to Reference your own Data | OpenAI Embeddings Intro
Просмотров 206 тыс.Год назад
Introduction to Langchain Javascript Documentation. How to Create GPT-3 GPT-4 Chatbots that can contextually reference your data (txt, JSON, webpages, PDF) with embeddings . Brief Introduction into embeddings, vectorstorage options such as Pinecone, Chroma. My Portfolio (currently seeking new fulltime role) dylanboudro.com website starmorph.com Video Resources NextJS Trained Bot: code.chat Lang...
How to Install Automatic1111 on M1 Mac | Easy Stable Diffusion Setup Guide
Просмотров 23 тыс.Год назад
How to Install Automatic1111 on M1 Mac | Easy Stable Diffusion Setup Guide
Midjourney AI Tutorial | Prompt engineering Guide for Beginners | Beautiful AI Artwork Tips
Просмотров 968Год назад
Midjourney AI Tutorial | Prompt engineering Guide for Beginners | Beautiful AI Artwork Tips
Intro to Controlnet | Customize Stable Diffusion Tutorial | Text to Image Neural Network Structure
Просмотров 677Год назад
Intro to Controlnet | Customize Stable Diffusion Tutorial | Text to Image Neural Network Structure
How to Use the OpenAI API to Create a GPT-3 Next.js Webapp | Starmorph Web Design
Просмотров 2 тыс.Год назад
How to Use the OpenAI API to Create a GPT-3 Next.js Webapp | Starmorph Web Design
Intro to OpenAI API Website Demos | Next.js Chatbot GPT-3 Webapp Tutorial for Beginners
Просмотров 1,7 тыс.Год назад
Intro to OpenAI API Website Demos | Next.js Chatbot GPT-3 Webapp Tutorial for Beginners
Setup Development Environment Mac (Pre-Install Stable Diffusion) | Python 3, oh-my-zsh, Brew, Xcode
Просмотров 2,2 тыс.Год назад
Setup Development Environment Mac (Pre-Install Stable Diffusion) | Python 3, oh-my-zsh, Brew, Xcode
16 Great VSCode Extensions for Web Development in 2023 | Visual Studio Plugins
Просмотров 7 тыс.Год назад
16 Great VSCode Extensions for Web Development in 2023 | Visual Studio Plugins
How to Install a Facebook Pixel in Next.js Typescript App | Meta Ads Tutorial
Просмотров 12 тыс.Год назад
How to Install a Facebook Pixel in Next.js Typescript App | Meta Ads Tutorial
ChatGPT Alternative | LangChain, Whisper, Wolfram Alpha Chatbot on HuggingFace
Просмотров 2,5 тыс.Год назад
ChatGPT Alternative | LangChain, Whisper, Wolfram Alpha Chatbot on HuggingFace
ChatGPT SAAS Website Design Tutorial | EASY + FREE OpenAI API Website Development Guide
Просмотров 1,9 тыс.Год назад
ChatGPT SAAS Website Design Tutorial | EASY FREE OpenAI API Website Development Guide
ChatGPT Guide | Get 100+ Answers at Once | OpenAI API Zapier Tutorial
Просмотров 6 тыс.Год назад
ChatGPT Guide | Get 100 Answers at Once | OpenAI API Zapier Tutorial
Deforum Stable Diffusion Tutorial | Replicate | Easy Text to Video Animation
Просмотров 10 тыс.Год назад
Deforum Stable Diffusion Tutorial | Replicate | Easy Text to Video Animation
How to install Stable Diffusion Mac | AI Art Tutorial
Просмотров 16 тыс.Год назад
How to install Stable Diffusion Mac | AI Art Tutorial

Комментарии

  • @websef
    @websef 29 дней назад

    How to fix them

  • @LemonCaasee-hn3pz
    @LemonCaasee-hn3pz Месяц назад

    Guys you have to pay for it which ruins the whole thing.

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

    it works! i dont know how but it works! lmao

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

    Nice!

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

    /imagine promt

  • @ashd.portgas7038
    @ashd.portgas7038 3 месяца назад

    Do we have to open an midjourney account?

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

    This is one of the few videos that describe how to deploy streamlit using langchain. Thank you. A few questions: if I didn't want to have the app ask for my open AI key, would I just add it to Streamlit's secrets mechanism and would the code need to be change on streamlit to have it access that secret?

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

      Thank you I am glad it was helpful 🙏🏼 Yes as you suggested you could include your openai key in the environment variables and change the code to reference the environment secret instead of the inputted key in the UI

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

    For Those who are getting: "window.fbq is not a function error" Just add one more check before the line for window.fbq. if (window.fbq){ //Tracking code }

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

    So how does a free version work?

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

    Free no more

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

    "window.fbq is not a function error" Did Anyone solve this error ? I basically did exaclty the same as video but still getting it.

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

    A very helpful video .keep it up my support is always with you brother ❤❤❤❤❤

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

      Thank you I appreciate it ! 🙏🙏

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

    great use case. chunk mimic👍 . thanks for sharing👍

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

      Thank you for watching, glad it was helpful!

  • @user-rf1zn8mj6q
    @user-rf1zn8mj6q 5 месяцев назад

    Thank u!!! so so so much

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

      You are very welcome glad it was helpful!

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

    🥅🧍.........🧍🧍🧍🧍. ⚽️🏃💨 . . . . . . . . . . . . . ⚽️💨 🥅🧍.........🧍🧍🧍🧍. 🧍 ⚽️💨 🥅🧍.........🧍🧍🧍🧍. 🧍 🙆‍♂️. ⚽️💨 🥅 .........🧍🧍🧍🧍. 🧍 🙆‍♂️ 🥅 ⚽️🧍🧍🧍🧍. ?!🧍 🥅😭.........🧍🧍🧍🧍. 🥳🧍😱

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

    I don't have _app.js I have an app.js file containing page.js and layout.js

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

      layout is closest to _app.js in newer versions of NextJS

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

    @luutzencoerts4805

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

    /imagine does not work for me why!!!?

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

    Hello please friend can you share please midjurney bulk images upscaler(Enhancer) free software (not paid) Advance thank you

  • @Donut-God
    @Donut-God 7 месяцев назад

    Nioce

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

    I really liked how you summarized with questions we developers try to find out as intro. Subbed! 1. What can you do with [langchain] 2. What are the features of the documentation 3. How do we use it?

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

      nice to see you GPT, thanks for making it

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

    Can you give the ai a picture to reference?

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

      yes you can provide an img url and there is also a blend img to img feature

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

    Well it’s not free anymore 😒

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

      yes paid subscription however there are free text to image tools out there just not as good as midjourney :)

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

      @@starmorph what are some good references ?

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

    Mid journey is actually mid bro like you need TO PAY TO GENERATE IMAGES

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

      Personally I think its worth it but totally understand not wanting another software subscription - stable diffusion models have some good free options, I have some videos on that as well

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

    more videos please: Tools (what are they and how to use), how to choose the right model, how to create and train LORA

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

    why not just use stable diffusion lol its like 1000x better, you can make your own models and its completely free

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

      Stable diffusion is awesome for those that are willing to do the extra config to get great results! MJ is great out of the box

  • @Jonathan-rm6kt
    @Jonathan-rm6kt 10 месяцев назад

    This is a great overview but I’ve been scouring the web for something more advanced. I want to get a deeper understanding of chunking and embedding strategies for specific use cases, as well as learn how to encode document semantic structure in embeddings.

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

      Thank you and I hear you I would recommend checking out Jerry liu from llamaindex

  • @Sadie81802
    @Sadie81802 10 месяцев назад

    Hey I followed your steps and put in my API key and it said "Error fetching models. Make sure your OpenAI API key is set in the bottom left of the sidebar. If you completed this step, OpenAI may be experiencing issues." I have not found a way to add my API key in the bottom left only see the google API option. Are these instructions out dated or am I doing something wrong?

  • @HolyScout
    @HolyScout 10 месяцев назад

    Can u sent me the invite link please

  • @İLKİN.BS19
    @İLKİN.BS19 10 месяцев назад

    GOD S HELLO

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

    Good day! i currently studying AI models. Please if you could make a tutorials for a web app chatbot with data from database like sql server in js. thanks.🙂

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

    why you use 1.5?

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

      this video was made when 1.5 was new, but I'd use a newer model currently

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

    Very Helpful

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

    Thanks so much. Great explanation.

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

      You are very welcome thank you

  • @dm.b7560
    @dm.b7560 11 месяцев назад

    WTF seriously........ so complicated.

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

      if you want a simple image generation option I recommend midjourney :)

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

    Bro yy do so oversmart?... I can't get you you r doing so quick. Tat time your pop was knocking your buts?😅

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

      trying out the tiktok short speed lol

  • @januardo.santos
    @januardo.santos 11 месяцев назад

    Bullshit

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

    It's taken me a couple of years to get around installing Automatic1111 and ControlNet on my Mac, and your tutorial made it so easy. Thank you!

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

      Glad to hear this hope it is working well for you!

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

    Hello good video. How does the cursor look so smooth?

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

      A video editing software called Screen Studio

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

    I installed the Automatic1111 and installed the wav2lip extension. It shows that it has been installed, but I can't find the tab. How do I run/use wav2lip if I can't find the extension?

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

    How to active opeAI API key, i'm facing error node_modules\openai\error.mjs (49:13) @ APIError.generate - error You exceeded your current quota, please check your plan and billing details.

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

      Openai is a paid service. You ran out of tokens or what ever currency I believe. You can probably reregister with a new account but other than that you spent all your tokens I believe ?

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

    I followed all the installation steps, but after running "npm run dev", I receive a 404 not found but without any errors in the terminal. Any ideas?

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

      check whether you accidentally have two app folders, same thing happened to me and deleting the one outside of /src fixed the issue for me

  • @user-ew3jn1sz1q
    @user-ew3jn1sz1q Год назад

    Midjourney AI

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

    Thanks!

  • @idkidk-mm3ne
    @idkidk-mm3ne Год назад

    I have a question, can other people see what you ask?

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

      It depends on your membership level both public and private are available at different tiers of membership

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

    Great videos. Subscribing. Do you know, is it possible to run Stable Diffusion on a m1 macbook air 8gb with a reasonable speed? I have tried it but it was very slow. Trying out Draw things now but it feels much simpler and I would for example be able to make consistent characters wich seems possible on SD but Im not sure how to do it on Draw Things yet. Anyway, thanks for the videos.

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

      Thank you. I know of 3 main options for running stable diffusion locally: automatic1111, invokeAI, or ComfyUI. if performance is a concern you may be able to find a GPU optimized version that could be run on an M1 mac. Other than that, I would recommend a cloud service like Replicate or StabilityAI to increase speed.

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

    Do you have to pay for this

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

    If I already have sdxl installed will this make me have two of them? And can I still use only stable diffusion on its own if I wanted to? I did install invoke when I allreday had sdxl and it took alot of space so I deleted stable diffusion but then I only had invoke and couldnt get to stable diffusion allthough it is in invoke somehow? This probably sounds dumb to most people but Im really new to this, but do you understand my questioning anyway? Big thanks for the video.

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

      I believe you are talking about the actual model files themselves and that you may be able to drag both the sdxl and other stable diffusion model into the invoke folder to use them in invoke. hope that helps.

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

      @@starmorph Thanks for your answer. My 8gb m1 was so slow so I switched to Draw Things wich is. alot faster but not alot of info on it. No videos or tutorials, not much. take care

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

    what is this terminal app that you are using

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

    Thank you so much! Can you do a video on adding Conversions API to Next.js with the App router?