Author: Andy Do, Ethan Chen, Ethan Ngai, Anatoli Monsalve Date: September 19, 2025 Version: 1.0
One user sends one spotify playlist link to the server. Using SQLAlchemy and Spotify open API, information will be used and entered into Google Gemini's API to create a list of song recommendations. The user can swipe on whether or not they like the song, eventually allowing Gemini to create a final playlist.
- Python 3.10+
- Flask
- Flask-SQLAlchemy
- Swift