BEFORE RUNNING DOWNLOAD INCLUDED FONTS ONTO YOUR COMPUTER
(for stylization purposes <33)
This is the main repo for my CS361 project.
It's a music recommendation station for k-pop and j-pop, it matches attributes of different
k-pop and j-pop artists and recommends you what you're looking for based on your taste
in music. You can enter a j-pop artist and get a recommended k-pop artist, enter a k-pop
artist and get a recommended j-pop artist, get a randomized recommendation for either a
k-pop or j-pop artistm compare two aritsts, and look up information on an artist.
Run the following commands to install everything needed to run the program:
pip install Flask
pip install tkinter
pip install customtkinter
pip install pillow