All Projects → jefrydco → aio-rek

jefrydco / aio-rek

Licence: MIT license
Face recognition based attendance system

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to aio-rek

Face Api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
Stars: ✭ 13,258 (+69678.95%)
Mutual labels:  face-recognition, face-detection, tensorflowjs, tfjs
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+84.21%)
Mutual labels:  face-recognition, face-detection, tfjs
Face-Mask
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
Stars: ✭ 64 (+236.84%)
Mutual labels:  face-detection, tensorflowjs, tfjs
timeline
Timeline - A photo organizer
Stars: ✭ 39 (+105.26%)
Mutual labels:  face-recognition, face-detection, vuetify
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (+110.53%)
Mutual labels:  face-recognition, face-detection
FaceLivenessDetection-SDK
3D Passive Face Liveness Detection (Anti-Spoofing) & Deepfake detection. A single image is needed to compute liveness score. 99,67% accuracy on our dataset and perfect scores on multiple public datasets (NUAA, CASIA FASD, MSU...).
Stars: ✭ 85 (+347.37%)
Mutual labels:  face-recognition, face-detection
ViewFaceCore
C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )
Stars: ✭ 345 (+1715.79%)
Mutual labels:  face-recognition, face-detection
SensorsAndAi
SensorAndAi is an android application which will give you the complete information about all the sensors and some basic information about artificial intelligence.This application will tell you about the use and implementation of the sensor and artificial intelligence.This app will show you how sensor and artificial intelligence is used in any an…
Stars: ✭ 29 (+52.63%)
Mutual labels:  face-recognition, face-detection
deep utils
An open-source toolkit which is full of handy functions, including the most used models and utilities for deep-learning practitioners!
Stars: ✭ 73 (+284.21%)
Mutual labels:  face-recognition, face-detection
Face Recognition
<NOT ACTIVELY MAINTAINED>A light weight face recognition implementation using a pre-trained facenet model
Stars: ✭ 106 (+457.89%)
Mutual labels:  face-recognition, face-detection
GenderRecognizer
Plain Face Detector & Gender Recognizer
Stars: ✭ 57 (+200%)
Mutual labels:  face-recognition, face-detection
FaceRecog
Realtime Facial recognition system using Siamese neural network
Stars: ✭ 47 (+147.37%)
Mutual labels:  face-recognition, face-detection
inshop-crm-ecommerce
Inshop CRM / ERP ecommerce. It's powerful framework allows to build systems for business with different workflows. It has on board multi language support, clients management, projects & tasks, documents, simple accounting, inventory management, orders & invoice management, possibilities to integrate with third party software, REST API, and many …
Stars: ✭ 48 (+152.63%)
Mutual labels:  nuxt, vuetify
nanodet
NanoDet: Tiny Object Detection for TFJS and NodeJS
Stars: ✭ 19 (+0%)
Mutual labels:  tensorflowjs, tfjs
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-21.05%)
Mutual labels:  nuxt, vuetify
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (+231.58%)
Mutual labels:  face-recognition, face-detection
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+5700%)
Mutual labels:  face-recognition, face-detection
facenet
Face recognition using Tensorflow
Stars: ✭ 17 (-10.53%)
Mutual labels:  face-recognition, face-detection
stackml-js
Machine Learning platform in-browser for creators
Stars: ✭ 34 (+78.95%)
Mutual labels:  tensorflowjs, tfjs
Face-Recognition-Attendance-System
Face Detection | Recognition | Attendance
Stars: ✭ 289 (+1421.05%)
Mutual labels:  face-recognition, face-detection

AIO Rek

Face recognition based attendance system

aio-rek

Features

This starter project includes official Nuxt.js modules for best PWA project:

It is also enriched with the best Vue's UI framework:

Prerequisite

You must have installed:

Setup

  1. Clone this repository
$ git clone https://github.com/jefrydco/aio-rek.git
$ cd aio-rek
  1. Download the following repository Face API
  2. Extract its content
  3. There will be a folder called weights. Copy that folder into aio-rek/static
  4. Rename it in to models
  5. Now the content of your static folder should looks like this:
static
|-cats
|-models
|-sounds
|-examples
  1. Then run the following command to run the project
# instal dependencies
$ yarn # or npm install

# run the docker environment
$ docker-compose up

# serve the api at localhost:3001
$ yarn api

# serve with hot reload at localhost:3000
$ yarn dev

Test

# run unit test
$ yarn test

# run e2e test
$ yarn test:e2e:open

Getting Started

Don't forget to change your sentry dsn and google analytics id in .env.example file.

For detailed explanation on how things work, check out the Nuxt.js and Vuetify.js documentation.

License

MIT License

Copyright (c) Jefry Dewangga (@jefrydco)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].