https://github.com/castrozan/spotify-mood-playlist

https://github.com/castrozan/spotify-mood-playlist

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Castrozan
  • Language: HTML
  • Default Branch: master
  • Size: 7.81 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 7 months ago · Last pushed 7 months ago
Metadata Files
Readme

README.md

Spotify Mood Playlist Recommender

This project is a Spotify playlist recommender that suggests playlists based on your mood, which is determined by a combination of color selection and mood parameters.

try live demo

This project was created with manus @https://manus.im/share/ezuX6i5mgP7iIURDuS9dW7?replay=1

How It Works

The application uses a three-dimensional mood assessment system to recommend playlists:

  1. Valence (V): Your happiness level.
  2. Energy (E): Your energy level.
  3. Dominance (D): Your sense of control.

You can select from pairs of colors, and optionally fine-tune your mood with sliders for Valence, Energy, and Dominance. These inputs are sent to a proxy server, which then queries the Taranify API to get playlist recommendations tailored to your mood.

Credit

This project was created with the assistance of an AI pair programmer. The original development session can be viewed at Manus.

Owner

  • Name: Lucas Zanoni
  • Login: Castrozan
  • Kind: user

GitHub Events

Total
  • Push event: 3
  • Create event: 2
Last Year
  • Push event: 3
  • Create event: 2

Dependencies

requirements.txt pypi
  • flask *
  • flask-cors *
  • requests *