Uses React
, Node.js
, and Flask
to make a recommender for songs and movies.
MediaRec is a songs and movies recommender that allows for an easy experience by just searching songs and/or movies and getting recommendations with the click of a button.
Core features:
- Connects with Spotify so you can search songs from Spotify or choose songs from your playlists.
- Recommends songs using a custom built algorithm, and allows you to save as a playlist to your Spotify account.
- Movie search is done with the TMDB API, so even the newest movies can be used.
- We DO NOT store any user data — log in is through Spotify only, and you can see the permissions when logging in.
MediaRec is deployed with Heroku at the link:
MediaRec
https://media-rec.herokuapp.com/
Preview of songs page:
Preview of movies page:
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. We welcome any contributions.
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Kyle Lai - @kyle-lai-01 - [email protected]
Henry Li- @henry-li-06 - [email protected]
Tony Yang - @tyang98 - [email protected]
Project Link: https://github.com/tyang98/media-rec