Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to make it work? #1

Open
Maverick-2123 opened this issue Mar 1, 2023 · 11 comments
Open

How to make it work? #1

Maverick-2123 opened this issue Mar 1, 2023 · 11 comments

Comments

@Maverick-2123
Copy link

I am trying to use your application, I have trained the application with my face and have changed the IP address in android studio constantstring and in face_api fiile too.
When I install the app and run the face_api, nothing is happening, it just creates a rectangle around my face and no attendance is being stored.
Where will the attendance be stored?

@ntshvicky
Copy link
Owner

ntshvicky commented Mar 1, 2023

Check if data is coming on api..there is an api file name face_api.py …what response are you getting there..in face_api.py …you can save data in else…in line 68…else will execute when face will match with your trained dataset

@ntshvicky
Copy link
Owner

In detector activity in app code line 345… debug and check if there is any error or …check log.w

@ntshvicky
Copy link
Owner

For api, you can use another. Code for better response from
https://github.com/ntshvicky/live-camera-streaming-attendance-management-system
for this…attendee first need to register..with system webcam .. once.. after just register you can run training code internally then ..from mobile app..you need to post user face base64 image to api… in api.py line 57 function..create frame.. just you need to update base64 face image into numpy frame type and you can see there i have also written update attendance code.. just this file is working with flask wbcam not android.. you need to convert image face data as per this function

@ntshvicky
Copy link
Owner

If you will still face problem,,,write me ..i will update the code

@Maverick-2123
Copy link
Author

Maverick-2123 commented Mar 1, 2023 via email

@ntshvicky
Copy link
Owner

Check i have updated something in readme

@Maverick-2123
Copy link
Author

Maverick-2123 commented Mar 16, 2023 via email

@SunilSDK
Copy link

I want flutter solution for this api android is working well

@ntshvicky
Copy link
Owner

I want flutter solution for this api android is working well
Try this - https://dev.to/yash_makan/face-recognition-app-in-flutter-using-tensorflowlite-google-ml-kit-nd3, Just send face frame data to api as we are doign here

@tabteja
Copy link

tabteja commented Dec 24, 2023

hiii I am getting error on web page

Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

what will be the issue

@ntshvicky
Copy link
Owner

ntshvicky commented Dec 26, 2023

Google Drive? By Mistake i deleted i think.. It just a video file..how to do

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

No branches or pull requests

4 participants