<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using Spotify API for Audio Data and User Feedback in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6468850#M15367</link>
    <description>&lt;P&gt;I'm currently working on a project that involves using the Spotify API to create a music recommendation system based on user feedback and audio characteristics. Specifically, I want to explore the following approach:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use the Spotify API to retrieve songs within a certain valence (or other audio data) threshold (for example, 0.2 to 0.4).&lt;/LI&gt;&lt;LI&gt;If a song with a valence of 0.35 is played and the user dislikes it, I would like to adjust the valence value downward to 0.25 and continue iterating until we find a valence level that the user prefers.&lt;/LI&gt;&lt;LI&gt;The goal is to effectively create a feedback loop that personalizes recommendations based on the user's musical tastes without violating any terms of service.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is this approach compliant with Spotify’s terms of service regarding API usage?&lt;/LI&gt;&lt;LI&gt;Are there any specific limitations I should be aware of when it comes to using audio features for machine learning purposes?&lt;/LI&gt;&lt;LI&gt;Would this method be considered as “ingesting” Spotify content into a machine learning model?&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 29 Oct 2024 03:34:27 GMT</pubDate>
    <dc:creator>Izusl</dc:creator>
    <dc:date>2024-10-29T03:34:27Z</dc:date>
    <item>
      <title>Using Spotify API for Audio Data and User Feedback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6468850#M15367</link>
      <description>&lt;P&gt;I'm currently working on a project that involves using the Spotify API to create a music recommendation system based on user feedback and audio characteristics. Specifically, I want to explore the following approach:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use the Spotify API to retrieve songs within a certain valence (or other audio data) threshold (for example, 0.2 to 0.4).&lt;/LI&gt;&lt;LI&gt;If a song with a valence of 0.35 is played and the user dislikes it, I would like to adjust the valence value downward to 0.25 and continue iterating until we find a valence level that the user prefers.&lt;/LI&gt;&lt;LI&gt;The goal is to effectively create a feedback loop that personalizes recommendations based on the user's musical tastes without violating any terms of service.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is this approach compliant with Spotify’s terms of service regarding API usage?&lt;/LI&gt;&lt;LI&gt;Are there any specific limitations I should be aware of when it comes to using audio features for machine learning purposes?&lt;/LI&gt;&lt;LI&gt;Would this method be considered as “ingesting” Spotify content into a machine learning model?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 29 Oct 2024 03:34:27 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6468850#M15367</guid>
      <dc:creator>Izusl</dc:creator>
      <dc:date>2024-10-29T03:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spotify API for Audio Data and User Feedback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6468868#M15368</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Something like this maybe stored:&lt;BR /&gt;&lt;BR /&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;"song_title"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Sad Melody"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class=""&gt;"artist"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Melancholy Artist"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class=""&gt;"valence"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;0.6&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "user_feedback"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"disliked"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 04:02:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6468868#M15368</guid>
      <dc:creator>Izusl</dc:creator>
      <dc:date>2024-10-29T04:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Spotify API for Audio Data and User Feedback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6470277#M15374</link>
      <description>&lt;P&gt;I don't think you need to use machine learning for this, or an LLM.&amp;nbsp; It takes a huge amount of data to train an LLM, and I don't think you'd create anything near that volume of data from your use case.&amp;nbsp; Of course, training an LLM violates the policy too.&amp;nbsp; Just build an app that creates a user feedback loop and adjusts valency of music until you find the user's desired level.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 20:21:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Using-Spotify-API-for-Audio-Data-and-User-Feedback/m-p/6470277#M15374</guid>
      <dc:creator>tomjaimz</dc:creator>
      <dc:date>2024-10-29T20:21:37Z</dc:date>
    </item>
  </channel>
</rss>

