Best of SupabaseApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    How To Make An Insanely Fast AI App (Supabase, LLAMA 3 and Groq)

    Learn how to make an insanely fast AI app using Supabase, LLAMA 3, and Groq. Get started by setting up a Supabase project and calling Llama 3 from the edge. Deploy your function and use it in your front project. Scale your app to millions.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Video encoded as emojis⁉️ Stored in a DB? 😱🤯

    The post explores the concept of converting a video into emojis, storing them in a database, and serving them as an image. It discusses the process of converting and storing pixel data, removing black bars, and encoding the data using a limited set of emojis. The author also explains how to retrieve the emojis from the database and showcases a demo of the concept.