An app that recommends you content based on your likes.
- Aayushi Joshi - [email protected]
- Mahita Samant - [email protected]
- Aayush Shah - [email protected]
- Sarth Shah - [email protected]
- Mentor-Bhavya sheth
- Mentor-Anveshak Rathore
Ever wasted the free hour you have deciding what to watch or what to read or to just play some random game? Not anymore. With Caprum discover amazing content especially catered for you based on what you like. Enjoy discovering new content with Caprum's easy to use and navigate UI.
- Github repo link : GithubRepo
- Drive link(Demo video) : DriveLink
- Front-end : Flutter(Dart)
- Back-end : Python, Flask
- Get the server up and running-
- Clone this repository on your local computer
git clone https://github.com/ashi-jo/caprum
- Install packages
pip install flask
pip install pandas
- Run server.py to enable localhost
python server.py
- Get the app UI -
- Import github projects into Android Studio
File->New->Project from version control -> Github.
- Paste this repo link
- Run the file on android studio
Connect your android device to your computer (turn on the developer options in your phone)and run the app. Select the type of content suggestions you want.
- Suggests content based on your choices
- Beautiful UI and easy to use
- Get recommendations on the tap of a button
- Uses similarity scores based on collabrative filtering aswell as content based reccomendation models
- We could try to make the server global
- We could try to embed a search bar to directly enter preferences by searching
- We could update the database to enable more content suggestions