Skip to content

hasnatulaida/childhoodcentre_face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face recognition

Face Recognition Flutter

Realtime face recognition flutter app.

Steps

Face detection

Used Firebase ML Vision to detect faces .

Face Recognition

Convert Tensorflow implementation of MobileFaceNet model into tflite.

Installing

Step 1: Download or clone this project


**Step 2:** Go to project root and execute the following command in console to get the required dependencies: 

flutter pub get


**Step 3:** Add dynamic libraries for flutter_tflite package to work:
[Follow these instructions](https://pub.dev/packages/tflite_flutter#important-initial-setup)


**Step 4:** Install flutter app

flutter run



## License

Distributed under the MIT License. See `LICENSE` for more information.

## References

1. <https://github.com/sirius-ai/MobileFaceNet_TF>

2. [Mobile Face Net](https://arxiv.org/ftp/arxiv/papers/1804/1804.07573.pdf)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages