Content recommendation app with OpenAI, Supabase, and Flutter

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

КОМЕНТАРІ •

  • @Supabase
    @Supabase  9 місяців тому +3

    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 9 місяців тому +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 9 місяців тому +1

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

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

      would love to see a flutter with stripe using supabase!

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

      Hi is storing env variables in the front end (Flutter) safe since Deno uses the environmental variables from the env?
      How can I use my backend flask to manage the api keys and only return the necessary data to the front end and store the results in supabase?

  • @neatfastro
    @neatfastro 9 місяців тому +4

    Wow! It was super simple 👍🏻

    • @dshukertjr
      @dshukertjr 9 місяців тому

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

  • @rembautimes8808
    @rembautimes8808 5 місяців тому +1

    Very nice tutorial thanks for sharing

  • @itsfantv2378
    @itsfantv2378 4 місяці тому

    Thanks for the video! I am wondering if it is possible to use other AI like Gemini or Gorq for the embedding purpose?
    Sorry for this amateurish question T,T (I am still new with Supabase and still learning backend stuff)..

  • @introvert_programmer
    @introvert_programmer 9 місяців тому +4

    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 9 місяців тому +5

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

    • @introvert_programmer
      @introvert_programmer 9 місяців тому

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

  • @집남-m6s
    @집남-m6s 9 місяців тому +1

    always thx u . very good study to me . thx

    • @dshukertjr
      @dshukertjr 9 місяців тому

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

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

      @@dshukertjr 1) I would love to see a flutter with stripe using supabase!
      2) Also is it safe to store env variables in the front end (Flutter) safe since Deno needs to access the env files?
      How can I use my backend flask to manage the api keys and only return the necessary data to the front end and store the results in supabase?

  • @introvert_programmer
    @introvert_programmer 9 місяців тому

    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 9 місяців тому

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

  • @silva7054
    @silva7054 9 місяців тому

    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 9 місяців тому

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