Face recognition based attendance system
This starter project includes official Nuxt.js modules for best PWA project:
It is also enriched with the best Vue's UI framework:
You must have installed:
- Clone this repository
$ git clone https://github.com/jefrydco/aio-rek.git
$ cd aio-rek
- Download the following repository Face API
- Extract its content
- There will be a folder called
weights
. Copy that folder intoaio-rek/static
- Rename it in to
models
- Now the content of your
static
folder should looks like this:
static
|-cats
|-models
|-sounds
|-examples
- 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
# run unit test
$ yarn test
# run e2e test
$ yarn test:e2e:open
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.
Copyright (c) Jefry Dewangga (@jefrydco)