Skip to content

anushka-srivastava22/celebrity-face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celebrity Face Recognition

This project focuses on Celebrity Face Recognition using machine learning techniques. The goal is to identify and recognize celebrities' faces in images using Python-based machine learning models.

Features

  • Face Detection: Detecting faces within images.
  • Celebrity Recognition: Recognizing and identifying celebrities in the images.
  • User Interface: Providing a web-based interface for users to upload images and receive recognition results.

Tech Stack

  • Python Machine Learning: Utilizing Python for training machine learning models to recognize celebrity faces.
  • Flask: Building a web application using Flask for the backend.
  • HTML/CSS: Designing the user interface using HTML and CSS.
  • JavaScript: Adding interactivity and dynamic behavior to the web interface.

Project Structure

ui_snapshot

Usage

  1. Clone the Repository:
    git clone https://github.com/your_username/celebrity-face-recognition.git
    cd celebrity-face-recognition
    
  2. Install Dependencies:

pip install -r requirements.txt

  1. Run the Application:

cd server python server.py

  1. Access the Web Interface:

Open a browser and go to http://localhost:5000 to access the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages