Skip to content

CrimsonREwind/face-recognition-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition Web App

A web application using face recognition in Python with Streamlit.

Introduction

This project utilizes the face recognition Python module to build a web app powered by Streamlit. It allows users to perform face recognition tasks interactively.

Features

  • Face detection and recognition
  • Streamlit for a user-friendly web interface

Installation

  1. Clone the repository:
git clone https://github.com/CrimsonREwind/face-recognition-web-app.git
cd face_recognition
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the Streamlit app:
streamlit run app.py

Visit http://localhost:8501 in your browser to access the web app.

Usage

  • Open the web app in your browser.
  • You can use register page to register your face in database
  • You can use login page to see if user is registered or not
  • All the activities like login, register will be stored in log file

Screenshots

reg1

Screenshot from 2024-04-13 00-03-04

Screenshot from 2024-04-13 00-05-53

Contributing

Feel free to contribute to the project! If you find bugs, have feature requests, or want to improve the code, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/bugfix-your-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/bugfix-your-feature.
  5. Submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages