Vecna recommends songs and movies depending upon your feelings
- Is coded in Python
- Uses
- Last.fm API for song recommendations using method tag.gettoptracks
- BeautifulSoup to scrape IMDb for movie recommendations
- Text Blob to perform sentiment ananlysis
- python -m pip install requests
- pip install -U textblob
- python -m textblob.download_corpora
- pip install beautifulsoup4
- random
- json
- requests
- textblob
- Beautiful Soup (bs4)