Home

Awesome

GitHub forks GitHub Repo stars GitHub last commit Twitter Follow

Face Authentication App

<img src="screenshots/git_dashes.png">

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

Screenshots

<img height=400 width=200 src="screenshots/one.jpeg"> <p> <img height=400 width=200 src="screenshots/two.jpeg"> <img height=400 width=200 src="screenshots/three.jpeg"> <br> <img height=400 width=200 src="screenshots/four.jpeg"> <image height=400 width=200 src= "screenshots/five.jpeg"> </p>

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:

Developed & Maintained by

<a href="https:sayannath.biz"> <img src="https://contrib.rocks/image?repo=sayannath/Face-Authentication-App" /> </a>

ForTheBadge built-with-love <a href="https://www.buymeacoffee.com/sayannath235" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

<div align="center">

Show some ❤️ by starring the repository!

</div>