Git Product home page Git Product logo

autoface's People

Contributors

autobotasia avatar dependabot[bot] avatar locpham2018 avatar neil-do avatar nguyentran avatar thaithien001 avatar

Watchers

 avatar

Forkers

danigunawan

autoface's Issues

Delete an employee

At user list, user click delete icon.
Deleting pop-up appear and user can use the function.

Group of Titles Report.

Managing employees by the titles of them.
The system has 2 main types:
+Admin
+Employee
The SuperAdmin can manage all the employees. And this function is only supported for AuperAdmin.
GroupOfTitle

Emotional Detection Report

The detecting emotion function provide Admin the emotion of employees through the time of working day that shows how working spirit and working pressure.
Emotion

Cameras Management

SuperAdmin can manage the actions of all cameras device in Organizations.
View Ip, name, address, and edit cameras information.
Camera

Add a new organization

SuperAdmin has to manage several organization ( Company) so when he want to add a new organization to the system, he uses adding function.
This function is only for superAdmin Role because he is the only one who have right to control more than one organization.
AddOrganization

Organizations management.

SuperAdmin run the facial recognition system at several companies, and at the different locations.
SuperAdmin can manage the actions of all Organizations.
+crud Organization's information
Organization

Guide Insigntface and facenet

Connect Google Colab

  1. Link Colab via Google Drive
    !apt-get install -y -qq software-properties-common python-software-properties module-init-tools
    !add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null
    !apt-get update -qq 2>&1 > /dev/null
    !apt-get -y install -qq google-drive-ocamlfuse fuse
    from google.colab import auth
    auth.authenticate_user()
    from oauth2client.client import GoogleCredentials
    creds = GoogleCredentials.get_application_default()
    import getpass
    !google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret} < /dev/null 2>&1 | grep URL
    vcode = getpass.getpass()
    !echo {vcode} | google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret}

Ra 2 link để kết nối với google colab, nhấn vào link -> đồng ý sẽ có mã để copy vào

  1. Tạo thư mục ảo kết nối với drive:
    !mkdir -p drive
    !google-drive-ocamlfuse drive

  2. Chọn thư mục cần đến:
    import os #Thư viện os để điều khiển đường dẫn trong thư mục
    os.chdir('drive/....') #Đưa đến thư mục cần đến, tính tại thư mục hiện tại
    os.chdir('..') #Đưa về thư mục trước
    os.getcwd() #Hiện thư đường dẫn thư mục hiện tại

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.