This project analyzes a face in an image, detects the emotion, and generates a Spotify playlist based on the detected emotion.
- Install dependencies:
pip install -r requirements.txt - Set up Spotify API credentials in
config/settings.py. - Run the app:
python app/main.py
Place an image in data/images/ and run the app. The generated playlist URL will be displayed.