Giter Club home page Giter Club logo

youfinder's Introduction

YouFinder

About the Website

  • 'YouFinder' is a web application based on facial recognition technology for all the lazy peeps like me who does not want to scroll through their whole gallery to find all the photos in which they are present. Here in this website, you just have to upload your single image and all the other images from which you want to find yourself and the application will display all your photos having an option to download it.

  • Languages and Technologies used: Python, HTML and CSS

  • Django web framework was used for the development of the whole web app. OpenCv and face_recognition API's were used for the development of Face Recognizer.

Note: Python version 3.10.4 was used for this project.

Requirements to run the website

Requirement 1:

Install python version>=3.7

Now run the following commands:

Requirement 2:

pip install --upgrade pip

Requirement 3:

pip install cmake 

Requirement 4:

pip install dlib

If any error occurs in installing dlib then try this:

Check Python Version Type in cmd

python --version

And then

For Python 3.7..

pip install https://github.com/Murtaza-Saeed/dlib/raw/master/dlib-19.19.0-cp37-cp37m-win_amd64.whl

For Python 3.8..

pip install https://github.com/Murtaza-Saeed/dlib/raw/master/dlib-19.19.0-cp38-cp38-win_amd64.whl

For Python 3.9..

pip install https://github.com/Murtaza-Saeed/dlib/raw/master/dlib-19.22.1-cp39-cp39-win_amd64.whl

For Python 3.10..

pip install https://github.com/Murtaza-Saeed/dlib/raw/master/dlib-19.22.99-cp310-cp310-win_amd64.whl

Requirement 5:

pip install face_recognition

Requirement 6:

pip install opencv-python

Requirement 7:

pip install django

To run the web app on your local computer, clone this repository, open the terminal in the same directory and run the following command:

python manage.py runserver

Open your favorite browser. I recommend using Google Chrome or Brave and open the following url:

Screenshots

Home Page

Choose your image

Select all other images

Your all images are displayed

youfinder's People

Contributors

neha-oo1 avatar kumarpradumn avatar vimalvinayak001 avatar anuj046 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.