Content recommendation app with OpenAI, Supabase, and Flutter

Sdílet
Vložit
  • čas přidán 6. 03. 2024
  • Create a app that understands the content and recommends other relevant content to the users.
    - Full code of the example app → github.com/dshukertjr/example...
    - TMDB API to get the movies data → developer.themoviedb.org/refe...
    Recommending relevant content is key to keeping your users engaged on your app. With the recent advancement of AI and a vector database, creating a high-quality content recommendation engine is easier than ever. This video goes through how to create a sample content recommendation mechanism through a movie list app using Flutter where the app displays similar movies.
    💻 Videos to watch next:
    ▶ Build a SaaS with Supabase in minutes: • Fastest way to build a...
    ▶Watch all Supabase Flutter tutorials: • Getting Started with F...
    ▶ Create a Figma clone app with Supabase in seconds: • Draw and sync canvas i...
    ▶ The missing pieces to your AI app (pgvector + RAG in prod): • The missing pieces to ...
    Learn more about Supabase 👇
    - Website: supabase.com/?...
    - Get started: app.supabase.com/?...
    - Docs: supabase.com/docs?...
    🔔 Subscribe for more tutorials and feature updates from Supabase: / @supabase
    📱 Connect with Us:
    - Github: github.com/supabase?...
    - Discord: discord.supabase.com/?...
    - Twitter: supabase/?...
    ABOUT SUPABASE:
    Supabase is the open source Firebase alternative. Supabase provides a full Postgres database for every project with pgvector, backups, realtime, and more. Add and manage email and password, passwordless, OAuth, and mobile logins to your project through a suite of identity providers and APIs.
    Build in a weekend, scale to millions.
    #Supabase #AppDevelopment #RealtimeApps #DeveloperTools
  • Věda a technologie

Komentáře • 14

  • @Supabase
    @Supabase  Před 4 měsíci +2

    This example app was about a movie list app, but the same feature could be implemented on user-generated content as well to bring up other users with similar interests and such. What other app ideas could you come up with that would benefit from adding these recommendations feature? Let us know in the comments below 👇

    • @neatfastro
      @neatfastro Před 4 měsíci +1

      Hmmm... Nor even sky is the limit but currently thinking that a stack overflow like QnA site to show show related questions to your searching query in real time

    • @dshukertjr
      @dshukertjr Před 4 měsíci +1

      ​@@neatfastro Love the idea! Vector search would be great for untangling complex sentences like stack overflow questions!

  • @neatfastro
    @neatfastro Před 4 měsíci +3

    Wow! It was super simple 👍🏻

    • @dshukertjr
      @dshukertjr Před 4 měsíci

      I was very surprised how well it worked with its simplicity too!

  • @user-pz5sj5zo8q
    @user-pz5sj5zo8q Před 4 měsíci +1

    always thx u . very good study to me . thx

    • @dshukertjr
      @dshukertjr Před 4 měsíci

      Glad to hear it was helpful! Vector DBs are fun to work with!

  • @mohammeddev8288
    @mohammeddev8288 Před 4 měsíci +2

    can you make like this video but a little bit different , that i research of this thing on the whole internet and I'm not finding anything yet .
    the tutorial is how to make recommendation content post depends on the posts that our user add like on it , so the in the future show more posts with the content that liked by the user

    • @dshukertjr
      @dshukertjr Před 4 měsíci +3

      So recomend future contnet based on the history of likes / views etc., correct? That should be possible. Let me put it on my list!

    • @mohammeddev8288
      @mohammeddev8288 Před 4 měsíci

      @@dshukertjrYou are amazing man, I would be very thankful

  • @mohammeddev8288
    @mohammeddev8288 Před 4 měsíci

    i have question, I'm recently switching from firebase to supabase and it's very amazing , I have one question .
    now in the firebase I used to make sub collection on single document of my main collection .
    how to make this in supabase , like i need to make a new separate table for that ?

    • @1youngtai
      @1youngtai Před 4 měsíci

      Yeah make a new table or just include the data in the row

  • @silva7054
    @silva7054 Před 4 měsíci

    Hey.
    I Would like to know how to when it’s going to be available to cancel requests in supabase? I would like to use something like CancelToken in Dio package
    At least I don’t see it in flutter :(

    • @dshukertjr
      @dshukertjr Před 4 měsíci

      Thanks for the request. Could you open an issue on the supabase_flutter GitHub repository? We should be able to add it.