Giter Club home page Giter Club logo

audiotherapy's Introduction

Audio TheraPy

About

Spotify playlist generator using sentiment analysis on personal journal/diary entry data. Requires Spotify Premium to use; I've hidden my user credentials in but if you'd like to run this project, download the below dependencies and visit https://developer.spotify.com/ to generate your personal tokens. See the "Example" section below for a demonstration.


Primary Libraries Used

  • Spotipy
    • Access Spotify API for user history and playlist generation.
  • NLTK
    • Valence Aware Dictionary and sEntiment Reasoner (VADER) for sentiment analysis of user text entry.
  • Pandas
    • Storage of scraped song data and Boolean indexing for quick recall.

Contents

  • sentiment.py
    • Evaluates the sentiment of a given body of text.
  • spotify_scraper.py
    • Scrapes Spotify API for song information and contains details in a pd.DataFrame.
  • audio_thera.py
    • main() function that runs scripts developed in the other .py files.
  • secrets.py (.gitignore)
    • Contains user credentials including username, scope, client_id, client_secret, and redirect_uri for the app.

Example

TODO: Add screen recording of script in action (include arg from command line, Spotify API auth, and resulting playlist)


Next Steps

  • Host application on Flask or Django.
  • Create SQLite database to store sentiment analysis results / recommended songs.
  • Improve method of analyzing song sentiment through Spotify's metrics.

License

TODO: Add MIT license data here.

audiotherapy's People

Contributors

cdkini avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

sair770

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.