Project Name: Which Bollywood Celebrity You look like

A Deep learning based streamlit web app which can tell with which bollywood celebrity your face resembles.

Face recognition is the problem of identifying and verifying people in a photograph by their face.
It is a task that is trivially performed by humans, even under varying light and when faces are changed by age or obstructed with accessories and facial hair. Nevertheless, it is remained a challenging computer vision problem for decades until recently.

Deep learning methods are able to leverage very large datasets of faces and learn rich and compact representations of faces, allowing modern models to first perform as-well and later to outperform the face recognition capabilities of humans.

In this project, you will discover the problem of face recognition and how deep learning methods can achieve superhuman performance to identify similar faces.

Original repo:

https://github.com/entbappy/Which-Bollywood-Celebrity-You-look-like

Demo Video:

https://www.youtube.com/watch?v=lYSsLFgFzBk&list=PLkz_y24mlSJYI78C1IZJaghNvC7dh6red&index=6

This is a methods of identifying similar faces check various aspects on pictures, including: face shape, nose, eyes and mouth; face position in the picture; skin color (including the lighting of the photo); color and hair and cosine_similarity.

Dataset has beem used:

https://www.kaggle.com/sushilyadav1998/bollywood-celeb-localized-face-dataset

Some Real Time Demo:

Web app look

workflow

Lets check some of images

workflow

workflow

This really performing good you can consider by seeing this result ?

workflow

The fun part is I am looked like Riteish Deshmukh ??

workflow

STEPS to run this project:

You can also use others images instead of bollywood actress

STEP 01:

Clone the repository

git clone https://github.com/entbappy/Which-Bollywood-Celebrity-You-look-like.git

STEP 02:

Create an environment

conda create -n celebrity python=3.7 -y

STEP 03:

Install the requirements

pip install -r requirements.txt

STEP 04:

Download the data from the link and keep it in your project directory. Make sure all the actress folder should be in just one folder called data, like that

workflow

STEP 05:

Just execute this command one time if you are not changing the data

python run.py

STEP 06:

Now to start the webapp run the following command

streamlit run app.py

yes!! Now you can start predicting ?

Authors:

Author: Bappy Ahmed
Data Scientist
Email: [email protected]

GitHub

View Github