Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu-jais authored Oct 14, 2024
1 parent 3923dbd commit 16038f0
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions Computer Vision/Face-expression recommendation system/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Description
It is a web application that uses facial expression recognition to suggest movies and music based on the user's mood. It aims to cheer up users by providing personalized recommendations and saving time in searching for entertainment that matches their emotional state.

# Table of Contents
- Features
- Installation
- Usage
- Technologies Used

# Features
-Uses facial expression recognition to detect user's mood.
-Recommends movies and music that align with the detected mood.
-If user wishes to watch movies/songs then a list of movies/songs matching their mood are suggested with movie/ songs poster.
-When user clicks on movie which he wishes to watch, they will be redirected to IMDB website and for songs it redirects them to Spotify website.
-Provides a seamless user experience for discovering entertainment options quickly.

# Requirements
- flask
- CV2
- TensorFlow
- NumPy
- matplotlib
- HTML
- CSS

# Installation
- clone this repository to your local machine using the following command:

```bash
git clone https://github.com/Pranshu-jais/ML-Nexus.git
```
## Setup

- Before running the application, you need to install the required dependencies. You can do this by installing each dependency individually using `pip`. For example:

```bash
pip install package-name
```

## Running the Application
```bash
python app.py
```


Make sure to list all the dependencies that need to be installed for your project to run successfully.





https://github.com/Pranshu-jais/ThereForYou/assets/150207373/30d00455-ba5f-4c1e-8051-818666b8a160



0 comments on commit 16038f0

Please sign in to comment.