Let`s Build AI: MEGA AUTOCOMPLETER (LLM Powered) | AI Engineer Project

Поділитися
Вставка
  • Опубліковано 12 лип 2024
  • Let`s Build AI: MEGA AUTOCOMPLETER (LLM Powered) | AI Engineer Project
    👊 Become a member and get access to GitHub and Code:
    / allaboutai
    🤖 Great AI Engineer Course:
    scrimba.com/learn/aiengineer?...
    🔥 Open GitHub Repos:
    github.com/AllAboutAI-YT/easy...
    📧 Join the newsletter:
    www.allabtai.com/newsletter/
    🌐 My website:
    www.allabtai.com
    Lets build a project together using LLMs. This project is an LLM powered Autocompleter with a functional UI powered by React and Node.js. Bulding an app with LLMs in a fast simple way.
    00:00 Project Intro
    01:52 Prompt Setup
    06:02 Running the prompt
    06:34 Lets Build
    10:42 Itterations
    13:18 Adding a new feature
    16:58 Fixing a bug
    18:15 Final App
  • Наука та технологія

КОМЕНТАРІ • 16

  • @Carnivore69
    @Carnivore69 Місяць тому +8

    As a front-end web dev of 25 years (html, css, js, react, python), I would recommend using Flask as an API for your Python and build out the UI separately. This would allow you to continue to build out features with Python (local LLM, RAG, ...) on the back-end and allow any front-end (from static html/css/js, to react, to mobile apps...) to be used. You can then leverage everything you've already done in Python FAR more easily :)
    I've been doing this - starting with your local RAG/vault demo, and it's been working out very well!

  • @ScottieTillman-pp1kp
    @ScottieTillman-pp1kp Місяць тому +4

    several hours for completely developed a system (for everyone who knows prompting and logical thinking!)....what a world it will become!!

  • @futureworldhealing
    @futureworldhealing Місяць тому +2

    youre a genius bro

  • @duanesearsmith634
    @duanesearsmith634 Місяць тому

    I always enjoy your videos! Thanks!

  • @mafaromapiye539
    @mafaromapiye539 Місяць тому

    As a dyslexic mind that mastered the art of its strengths and weaknesses, l normally utilize a critical reliance prompting techniques, spatial intelligence, critical thinking with problem solving skillset and so on... I love Human General Intelligence collaborating with AI knowledge Application capabilities...

  • @Kal.99
    @Kal.99 Місяць тому

    This was great, seeing how you can use gpt to boost your productivity.

  • @micbab-vg2mu
    @micbab-vg2mu Місяць тому

    Thank you - great video:) Usualy I use streamlit as front and python as back - the simpler solution for me:)

  • @Ginto_O
    @Ginto_O Місяць тому

    you have autocompletion in the vscode terminal by what method?

  • @mafaromapiye539
    @mafaromapiye539 Місяць тому

    Have you tried a combination Chain of thought and chain of action

  • @fxhp1
    @fxhp1 Місяць тому

    you should do this again but use python for the backend.

  • @realorfake4765
    @realorfake4765 Місяць тому

    My front end game is pretty much non-existent. By the way, what is the cost of the OpenAI API key?

    • @devilbeastie
      @devilbeastie Місяць тому

      The API key (actually they are switching to project keys) is free but you have to pay for the tokens you use. About 1 million tokens cost about $17 and would be sufficient for about 750k words. For scale: LoTR has around 500k words (all books).
      I don't exactly know how it would measure words in source code though.