Face Authentication with TF-Line. Model architecture which is used is FaceNet.
.
├── constants
│ └── ui_constants.dart
├── db
│ └── database.dart
├── main.dart
├── pages
│ ├── home.dart
│ ├── profile.dart
│ ├── sign-in.dart
│ ├── sign-up.dart
│ └── splashScreen.dart
├── services
│ ├── camera.service.dart
│ ├── facenet.service.dart
│ └── ml_vision_service.dart
└── widgets
├── FacePainter.dart
├── auth-action-button.dart
└── display-picture-screen.dart
5 directories, 14 files
1. Open your terminal
2. Copy the command 'git clone https://github.com/sayannath/Face-Authentication-App.git'
3. cd Face-Authentication-App
4. flutter pub get [Make sure Flutter is installed]
5. flutter run
Pull Requests are welcome. Please follow these rules for the ease of understanding:
- Make sure to check for available issues before raising one
- Give me a maximum of 24-48 hours to respond
- Have proper documentation on the parts you are changing/adding