Giter Club home page Giter Club logo

expert-manager's Introduction

Expert-Manager

Automated menu that provides face authentication to website and features to reduce human interface.

Setup for menu

Yum Should be configured

yum install httpd
systemctl start httpd
systemctl enable httpd

copy files to Document root

cp -r expert_manager/www/cgi-bin /var/www
cp -r expert_manager/www/html /var/www

Some Basic configuration needs to be done

  • Firewall should be stopped
systemctl stop firewalld
  • selinux should be in Permissive mode
setenforce 0
  • Apache user should have sudo power entry in /etc/sudoers file
apache ALL NOPASSWD: ALL

Flask Should be installed

pip install Flask

for cv2 module open-cv library should be installed

pip install opencv-python

Run server

python expert_manager/expert/main.py

Teach your face to database

http://0.0.0.0:5000/signup

Open Browser with given link

http://0.0.0.0:5000

You will see login page like this

Image of loginpage

If face not found

Image of faceNone

If face not exist in database

Image of noface

If successfully matched with face

Image of homepage

Many more packages are required to perform this task i will update them soon ThankYou for visiting

expert-manager's People

Contributors

maiarpitjain avatar

Watchers

 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.