You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to provide certain categories or "moods" for people to chose from. In the backend, these categories will be a mix between energy and dance-ability of a song (Spotify metadata).
Have a backend service running outside of our app which integrates an LLLM API (Google Gemini) which we use to run queries against based on the user's demographics (age, gender) and their choice of mood.
The text was updated successfully, but these errors were encountered:
Description
Create a select list of songs based on energy and dance-ability for users to choose from to match their mood.
IDEA #1
We want to provide certain
categories
or "moods" for people to chose from. In the backend, these categories will be a mix betweenenergy
anddance-ability
of a song (Spotify metadata).IDEA #2
Have a backend service running outside of our app which integrates an
LLLM
API (Google Gemini) which we use to run queries against based on the user's demographics (age, gender) and their choice of mood.The text was updated successfully, but these errors were encountered: