Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 758 Bytes

File metadata and controls

21 lines (17 loc) · 758 Bytes

======================================== Project Name: Spinder

Author: Andy Do, Ethan Chen, Ethan Ngai, Anatoli Monsalve Date: September 19, 2025 Version: 1.0


Description

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.


Requirements

  • Python 3.10+
  • Flask
  • Flask-SQLAlchemy
  • Swift