This project uses the python requests library, which can be installed with:
pip install requests
This project also uses youtube-dl, which can be installed using:
brew install youtube-dl
Store audd API key in a file called keys.py as a variable named audd_key.
To run the audio identification from a YouTube link:
python audd_test.py <link>
- Identify and correctly handle links that redirect (eg bit.ly, tinyurl, etc)
- Create web front-end
- Implement web scraper to classify all links in a webpage
Zachary Rothwell, Bhakti Shah, William Wang