slevin48 / music

Music App based on Spotify API and Streamlit framework
MIT License
14 stars 3 forks source link

Add my music panel connected to S3 #13

Open slevin48 opened 1 year ago

slevin48 commented 1 year ago

https://s3music.streamlit.app/

image

slevin48 commented 1 year ago

Select music list to download: https://towardsdatascience.com/make-dataframes-interactive-in-streamlit-c3d0c4f84ccb

https://www.youtube.com/watch?v=4ZdqIk6-n3o

slevin48 commented 1 year ago

Use s3fs to manipulate S3 bucket as file system: https://docs.streamlit.io/knowledge-base/tutorials/databases/aws-s3 https://s3fs.readthedocs.io/

slevin48 commented 1 year ago

Download from s3 as zipfile: https://realpython.com/python-zipfile/