├── My Songs on Spotify.ipynb ├── README.md ├── Song Analysis.ipynb ├── Song_Extender_Directions.txt ├── SpotifyCharts ├── .ipynb_checkpoints │ └── SpotifyChartsDataGathering-checkpoint.ipynb ├── 2017-05-30.csv ├── 2017-06-02.csv ├── SpotifyChartsDataGathering.ipynb └── data │ └── Top_200_2017.csv ├── Untitled Folder ├── .ipynb_checkpoints │ └── Keras and Text Generation-checkpoint.ipynb ├── Keras and Text Generation.ipynb ├── Unsaved Document 1 ├── hp.txt ├── weights-improvement-01-2.6077-bigger.hdf5 ├── weights-improvement-02-2.2135-bigger.hdf5 └── weights-improvement-03-2.1053-bigger.hdf5 ├── mySongsWithDate.csv ├── requirements.txt ├── songExtender.py └── spotify ├── .cache- ├── .cache-1287242681 ├── .cache-USERNAME ├── .cache-user-library-read playlist-read-private ├── .cache-username ├── .ipynb_checkpoints ├── Career Fair 2017-checkpoint.ipynb ├── Create Your Own Release Radar-checkpoint.ipynb ├── Currently Playing-checkpoint.ipynb ├── Final Pretty Spotify Data Classifier-checkpoint.ipynb ├── Get Spotify Data-checkpoint.ipynb ├── Spotify Create Good and Bad Playlists-checkpoint.ipynb ├── Spotify Data and Different ML Classifiers-checkpoint.ipynb ├── TensorflowWithSpotifyData-checkpoint.ipynb ├── Tensorflow_and_Spotify-checkpoint.ipynb └── WEBSITE IDEA-checkpoint.ipynb ├── CharacterisiticsLinearRegression.png ├── Create Your Own Release Radar.ipynb ├── Currently Playing.ipynb ├── Final Pretty Spotify Data Classifier.ipynb ├── Get Spotify Data.ipynb ├── Spotify Create Good and Bad Playlists.ipynb ├── Spotify Data and Different ML Classifiers.ipynb ├── TensorflowWithSpotifyData.ipynb ├── Tensorflow_and_Spotify.ipynb ├── WEBSITE_IDEA.ipynb ├── auth.py ├── data ├── data.csv ├── indie.csv ├── mySpotify.csv ├── mySpotifyData.csv ├── playlistDump.csv ├── playlistDump.xlsx └── sheepySpotify.csv └── dec_tree_01.png /My Songs on Spotify.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/My Songs on Spotify.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/README.md -------------------------------------------------------------------------------- /Song Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Song Analysis.ipynb -------------------------------------------------------------------------------- /Song_Extender_Directions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Song_Extender_Directions.txt -------------------------------------------------------------------------------- /SpotifyCharts/.ipynb_checkpoints/SpotifyChartsDataGathering-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/SpotifyCharts/.ipynb_checkpoints/SpotifyChartsDataGathering-checkpoint.ipynb -------------------------------------------------------------------------------- /SpotifyCharts/2017-05-30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/SpotifyCharts/2017-05-30.csv -------------------------------------------------------------------------------- /SpotifyCharts/2017-06-02.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/SpotifyCharts/2017-06-02.csv -------------------------------------------------------------------------------- /SpotifyCharts/SpotifyChartsDataGathering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/SpotifyCharts/SpotifyChartsDataGathering.ipynb -------------------------------------------------------------------------------- /SpotifyCharts/data/Top_200_2017.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/SpotifyCharts/data/Top_200_2017.csv -------------------------------------------------------------------------------- /Untitled Folder/.ipynb_checkpoints/Keras and Text Generation-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/.ipynb_checkpoints/Keras and Text Generation-checkpoint.ipynb -------------------------------------------------------------------------------- /Untitled Folder/Keras and Text Generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/Keras and Text Generation.ipynb -------------------------------------------------------------------------------- /Untitled Folder/Unsaved Document 1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/Unsaved Document 1 -------------------------------------------------------------------------------- /Untitled Folder/hp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/hp.txt -------------------------------------------------------------------------------- /Untitled Folder/weights-improvement-01-2.6077-bigger.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/weights-improvement-01-2.6077-bigger.hdf5 -------------------------------------------------------------------------------- /Untitled Folder/weights-improvement-02-2.2135-bigger.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/weights-improvement-02-2.2135-bigger.hdf5 -------------------------------------------------------------------------------- /Untitled Folder/weights-improvement-03-2.1053-bigger.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/Untitled Folder/weights-improvement-03-2.1053-bigger.hdf5 -------------------------------------------------------------------------------- /mySongsWithDate.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/mySongsWithDate.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/requirements.txt -------------------------------------------------------------------------------- /songExtender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/songExtender.py -------------------------------------------------------------------------------- /spotify/.cache-: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.cache- -------------------------------------------------------------------------------- /spotify/.cache-1287242681: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.cache-1287242681 -------------------------------------------------------------------------------- /spotify/.cache-USERNAME: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.cache-USERNAME -------------------------------------------------------------------------------- /spotify/.cache-user-library-read playlist-read-private: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.cache-user-library-read playlist-read-private -------------------------------------------------------------------------------- /spotify/.cache-username: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.cache-username -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Career Fair 2017-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Career Fair 2017-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Create Your Own Release Radar-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Create Your Own Release Radar-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Currently Playing-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Currently Playing-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Final Pretty Spotify Data Classifier-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Final Pretty Spotify Data Classifier-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Get Spotify Data-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Get Spotify Data-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Spotify Create Good and Bad Playlists-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Spotify Create Good and Bad Playlists-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Spotify Data and Different ML Classifiers-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Spotify Data and Different ML Classifiers-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/TensorflowWithSpotifyData-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/TensorflowWithSpotifyData-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/Tensorflow_and_Spotify-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/Tensorflow_and_Spotify-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/.ipynb_checkpoints/WEBSITE IDEA-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/.ipynb_checkpoints/WEBSITE IDEA-checkpoint.ipynb -------------------------------------------------------------------------------- /spotify/CharacterisiticsLinearRegression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/CharacterisiticsLinearRegression.png -------------------------------------------------------------------------------- /spotify/Create Your Own Release Radar.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Create Your Own Release Radar.ipynb -------------------------------------------------------------------------------- /spotify/Currently Playing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Currently Playing.ipynb -------------------------------------------------------------------------------- /spotify/Final Pretty Spotify Data Classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Final Pretty Spotify Data Classifier.ipynb -------------------------------------------------------------------------------- /spotify/Get Spotify Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Get Spotify Data.ipynb -------------------------------------------------------------------------------- /spotify/Spotify Create Good and Bad Playlists.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Spotify Create Good and Bad Playlists.ipynb -------------------------------------------------------------------------------- /spotify/Spotify Data and Different ML Classifiers.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Spotify Data and Different ML Classifiers.ipynb -------------------------------------------------------------------------------- /spotify/TensorflowWithSpotifyData.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/TensorflowWithSpotifyData.ipynb -------------------------------------------------------------------------------- /spotify/Tensorflow_and_Spotify.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/Tensorflow_and_Spotify.ipynb -------------------------------------------------------------------------------- /spotify/WEBSITE_IDEA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/WEBSITE_IDEA.ipynb -------------------------------------------------------------------------------- /spotify/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/auth.py -------------------------------------------------------------------------------- /spotify/data/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/data.csv -------------------------------------------------------------------------------- /spotify/data/indie.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/indie.csv -------------------------------------------------------------------------------- /spotify/data/mySpotify.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/mySpotify.csv -------------------------------------------------------------------------------- /spotify/data/mySpotifyData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/mySpotifyData.csv -------------------------------------------------------------------------------- /spotify/data/playlistDump.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/playlistDump.csv -------------------------------------------------------------------------------- /spotify/data/playlistDump.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/playlistDump.xlsx -------------------------------------------------------------------------------- /spotify/data/sheepySpotify.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/data/sheepySpotify.csv -------------------------------------------------------------------------------- /spotify/dec_tree_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nab0310/SpotifyML/HEAD/spotify/dec_tree_01.png --------------------------------------------------------------------------------