Skip to content

akashjaiswal797112/Facify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facify - Get Secure with us!

Hackathon project for HackNITR 4.0

Sponsors : MLH, Polygon, Solana, Replit, Velo by Wix, Shardeum, Digital Ocean, Filecoin, Di, Devfolio

Table of Contents

About

Facify is a secure verification web-app that has a very simple working principle and usage. It is built keeping in mind the present day rackets that take regularly. One such example is stealing other people's subsidiaries like Ration Card duplicacy and another we can take LPG Gas Card black services. Talking in terms of stats around 1.09Cr Fake Ration Cards scandal in the state of West Bengal. So we have proposed a easy-to-use come and go application where each individual gets validated and their entry is saved just through facial recognition. So let's do a walkthrough of the product.

Getting Started

Prerequisites

Facify is a Flask app and HTML is used to render the app functionailty.

Libraries used : flask, cv2, pandas, joblib, numpy, sklearn, datetime, os

Installing

For Local Machine

Either you can download the code ZIP or can fork + clone the repo to use it. Major components:

  • app.py
  • home.html

After having your file at your local machine you can follow the following steps:

Go to your command line and then :

C:\akashjaiswal797112> cd <your-project-directory>

Following steps should only be followed if you dont have the dependencies:

pip install flask
pip install sklearn
pip install opencv-python
pip install numpy
pip install pandas
pip install joblib

And at last

C:\akashjaiswal797112\your-project-directory> flask run

Yayyy!! You have your flask app running.

Usage

It can veryify and log entries in the form of .csv

Demo

The working demo! Link

Authors