Skip to content

Releases: KirillTregubov/SoundInsights

Assignment 3

11 Dec 01:00
Compare
Choose a tag to compare

This release is a culmination of our work for this assignment and the last planned release. It includes everything from previous releases and the rest of our work as described in our A3 Deliverable.


This project aims to generate recommendations based on Spotify tracks and playlists and provide a playlist analyzer that displays interesting visualizations. Please read our README to familiarize yourself with our project, including instructions for Installation and Build.

Screenshots

Screenshot of the Track Recommendations Screenshot of the Playlist Analysis Report

Assignment 2

05 Nov 00:18
aa25d78
Compare
Choose a tag to compare
Assignment 2 Pre-release
Pre-release

This release includes everything from v1.0 as well as progress on our milestones as described in our A2 deliverable.

Assignment 1

02 Nov 23:58
da24af5
Compare
Choose a tag to compare
Assignment 1 Pre-release
Pre-release

We forgot to create a release for Assignment 1 so this is an archive of the state of the repository up until the submission of Assignment 2. The only difference between this release and the submission for Assignment 1 is additional documents in docs. Meeting notes for A1 are weeks 2-4.

This release includes a preliminary project development plan, an implementation of our chosen tech stack (Python on the backend, Vite + TypeScript + React on the frontend), testing solutions for both (pytest and vitest) and all relevant accompanying documentation. It also includes install, build, and test scripts that can each be executed in one step.