Skip to content

A flutter which is capable of Face Authentication. Used Facenet to do face authentication.

License

Notifications You must be signed in to change notification settings

sayannath/Face-Authentication-App

Repository files navigation

GitHub forks GitHub Repo stars GitHub last commit Twitter Follow

Face Authentication App

Face Authentication with TF-Line. Model architecture which is used is FaceNet.

Screenshots


Project Structure

.
├── 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

How to run

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

Want to Install Flutter?

Click Here

Pull Request

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

Developed & Maintained by

ForTheBadge built-with-love Buy Me A Coffee

Show some ❤️ by starring the repository!

About

A flutter which is capable of Face Authentication. Used Facenet to do face authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published