A frame which is suggesting a music based on your unique choice!
We first designed this project for those who cannot decide what kind of music to listen to. It was an interactive project that can recommend songs to us based on our AI-supported preferences that appear through a frame while browsing social media. It asks you a few popular songs and, inspired by them, recommends different songs of the same genre. AI support comes into play at this point of recommendation.
We used Frames.js to create client-side frames, believing it to be the simplest method. Additionally, we utilized XMTP. Choices are statically defined, but we suggest generating them through Google Gemini. We gather user choices and make API requests to Google Gemini Pro, subsequently resolving the results on the result frame using an asynchronous component.