Task - 4 : Face Recognition using Transfer Learning

Task-4❗


Problem Statement: Create a project using transfer learning solving various problems like Face Recognition, Image Classification, using existing Deep Learning models like VGG16, VGG19, ResNet, etc.

Solution:

There are some software and libraries need to be pre-installed.

Opencv , Dataset , haarcascade frontal face, Anaconda , Keras ,Tensorflow and also knowledge about machine learning .

Face-Recognition model utilizing the idea of Feature Tuning.

Collecting sample Images:

Beginning of by gathering our dataset. For this, I have utilized Haarcascade FrontalFace. I have gathered 100 pictures of mine . You can utilize the accompanying code to gather the pictures and set up the dataset.

No alt text provided for this image
No alt text provided for this image

Utilizing Transfer Learning for Training model :

we need to stack the VGG16 model, If the model isn't in the neighborhood framework, It will consequently download from Github. I utilized "include_top = Flase" to expel the top layer.


No alt text provided for this image
No alt text provided for this image


No alt text provided for this image

We include layers according to our prerequisite :

No alt text provided for this image
No alt text provided for this image

Next, we load our dataset.

Bringing in Training Images:

No alt text provided for this image

Presently, we start preparing our model.

No alt text provided for this image

Task Completed!!!!!!!!

Github link: https://github.com/dhruv291101/mytask4

Thankful for giving your significant time. 

Thusly my task 4 has completed I need to thank mr. Vimal Daga sir


To view or add a comment, sign in

More articles by Dhruv Sevak

  • GCP Task

    Task Description:- The Below Tasks are performed on Qwiklabs in a Single Project ❗ Task Details ❗ 1. Create multiple…

    4 Comments
  • Task 2 #mlops Computerization Of Jenkins utilizing Dockerfile..

    Problem Statement : ❗️TASK-2❗️ 1. Create container image that’s has Jenkins installed using dockerfile 2.

    4 Comments
  • Task 1 : Integrate Github, Docker & Jenkins

    Problem statement: JOB#1 If Developer push to dev branch then Jenkins will fetch from dev and deploy on dev-docker…

    8 Comments
  • Machine learning integration with DevOps

    Task Description : 1. Create container image using Dockerfile 2.

    8 Comments

Explore content categories