Skip to content

tauseef09/Xplore-Content-Exploration-Assistant-

Repository files navigation

Xplore


Xplore is a content recommender system that can suggest movies, music and books based on the user's preferences or their mood. It allows the user to rate the content and then learns from these ratings to suggest more. It also has a feature where the user can give take an image of their face and the system can identify and suggest content based on that mood.

Getting Started

Prerequisites

All the dependancies are listed in requirements

Installation

To install, first create a virtual environment and activate it.

python3 -m venv env_name
source env_name/bin/activate

"env_name" should contain the name of the environment. Then install all the packadges from the requirements.

pip install -r requirements.txt

After installation, run the main.py file to run the application.

Some screenshots


Landing page.


Recommendations generated based on preferences.


Searching for content

Authors

This was part of the CSE4407 course and submitted as the final project. The code is worked on by:

Acknowledgments

Any contributions or suggestions are welcome

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages