Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

can i use it for taking attendance #3

Open
shakhawatfci opened this issue Jul 18, 2020 · 4 comments
Open

can i use it for taking attendance #3

shakhawatfci opened this issue Jul 18, 2020 · 4 comments

Comments

@shakhawatfci
Copy link

i have php application where user can give there attendance by finger id or face id currently i am doing it manually is it possible to implement this to take the attendance automatically

@natsu90
Copy link
Owner

natsu90 commented Jul 18, 2020

It definitely possible, for your information this project is just a proof-of-concept to demonstrate the usage of following library, https://github.com/justadudewhohacks/face-api.js

@shakhawatfci
Copy link
Author

i want to use it laravel project with vue js front end

@Binita-tech
Copy link

How can I run this project in my local?
After npm run setup, I am getting this:
image

@natsu90
Copy link
Owner

natsu90 commented Jul 5, 2022

@Binita-tech seems to me you can't run shell script on Windows. Alternatively you can run a series of commands below inside your project folder to do the same thing;

# pull source from original repo
git clone https://github.com/justadudewhohacks/face-api.js 

# copy out tensorflow saved models to models/ folder
mv face-api.js/weights/ models/ 

# copy out face-api.min.js library to public/ folder
mv face-api.js/dist/face-api.min.js ../public/face-api.min.js

# remove folder after copied
rm -rf face-api.js

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants