Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Readme #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# Face-Recognition
#Hello I am in! Hello I am amit
This project is made using face-recognition library with opencv and frontend is developed using flask framework.

## Requirements
* This model requires latest version of python.
* It requires dlib library which is coded in c++ and requires installation of visual studio with developer tools in c++.
* All other libraries have to be imported from text file requirements.txt

## Files Description
* Templates - This folder has html files which are used in hosting of this model.
* index.html - This webpage is made using bootstrap. It is first page which contains START button which redirect to final.html. On the top it has a navigation bar which has admin controls(yet to be made).
* final.html - This webpage has a window to show webcam with your name and also has a END button which redirects the user to index.html and stops the webcam.
* app.py - It is a python file which has all the code related to face-recognition model.
* ImageBasics - This folder contains all the images which the model can recognise.

## Refrences
* https://pypi.org/project/face-recognition/
* https://flask.palletsprojects.com/en/2.0.x/
* https://getbootstrap.com/docs/5.0/getting-started/introduction/

## Team Members
* Amit Kumar Makkad
* Bhavya Contractor
* Priyansh Jaseja