Next js + FastAPI + Python implementation of realtime chat sentiment analysis with GPT-4 Omni

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 13

  • @MarcusNeufeldt
    @MarcusNeufeldt 3 місяці тому

    Wow this looks promising! Guess I have to dig more into this and dump streamlit

    • @echohive
      @echohive  3 місяці тому

      Thank you 🙏 streamlit works great too. I guess I should have included that as well. Simply forgot :)

    • @echohive
      @echohive  3 місяці тому

      But next js and fastapi gives you so much more powers! 🚀

  • @andydataguy
    @andydataguy 3 місяці тому

    This looks awesome! I love the comparison 🙏🏾 makes it easier to understand the difference
    THAT SHADCN THING WAS WILDDDD

    • @echohive
      @echohive  3 місяці тому +1

      Thank you 🙏 glad you like it!

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

    It looks great - thank you:)

    • @echohive
      @echohive  3 місяці тому

      Thank you as well 🙏🙂

  • @ducdh1210
    @ducdh1210 3 місяці тому

    Nice work 👍! I'd love to see a project with Next JS front-end and FastAPI back-end to get the best out of both worlds, is that something you may be considering?

    • @echohive
      @echohive  3 місяці тому

      Yeah actually that is a great idea 💡 thank you for the suggestion!

  • @echohive
    @echohive  3 місяці тому

    Download all Project files for this project including Next JS app at my Patreon: www.patreon.com/posts/all-files-for-js-105610496
    Download python and fastapi Project files only at my Patreon: www.patreon.com/posts/python-and-app-4-105610500
    Learn to code fast 1000x MasterClass: www.patreon.com/posts/1000x-dev-103326330
    Search 200+ echohive videos and code download links:www.echohive.live/
    Auto Streamer: www.autostreamer.live/
    Fastapi course: www.patreon.com/posts/learn-fastapi-26-95041684
    Chat with us on Discord: discord.gg/PPxTP3Cs3G
    Follow on twitter(X) : twitter.com/hive_echo

  • @ayushmishra5861
    @ayushmishra5861 3 місяці тому

    I have never looked at a js code. What is next.js kindly explain.

    • @echohive
      @echohive  3 місяці тому

      JavaScript runs in the browser and is a scripting language to do all kinds of manipulation of html. So it gives you additional powers over the user interface of a website or webapp. React is an abstraction over js which makes some of the most common problem points easier and next js is an abstraction/framework over react to make things even easier. I hope this helps.