Guten-Reader / guten_reader_BE

Flask App: Spotify Track Recommendation endpoint
https://micro-guten.herokuapp.com/
2 stars 0 forks source link

Get all sentiment values for a book #30

Open MackHalliday opened 4 years ago

MackHalliday commented 4 years ago

Create an endpoint that returns the sentiment value for every page of a book using Watson Natural Language API. Use data to determine settings for Spotify valence in recommendation endpoint.

How sensitive is the Watson API? What is the average sentiment value? How sensitive should the mood change be?

MackHalliday commented 4 years ago

Could recommendation endpoint change mood if within certain variance of current_mood? Example if current_mood sentiment analysis 0.75 and new_mood 0.5, should mood change within a 0.25 difference?

Based on data gathered, how often should the mood change (how often play different song) and what is that variance?