-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3923dbd
commit 16038f0
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
Computer Vision/Face-expression recommendation system/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|