Skip to content

Recognizing faces just got easier with Face Rekog!

Notifications You must be signed in to change notification settings

CH1NRU5T/face_rekog

Repository files navigation

face_rekog

Flutter Dart Firebase AWS

Recognizing faces just got easier with Face Rekog


Outputs

before-adding-rick after-adding-rick no-face
1 Before adding rick's face to DB
2 After adding rick's face to DB
3 If there are no faces in the image

How to run?

  • Run flutter pub get in the root folder
  • in the root folder, create a .env file with the following contents:
ACCESSKEY=<your_aws_access_key_here>
SECRETKEY=<your_aws_secret_key_here>
  • run flutter pub run build_runner build in root folder, this will generate an env.g.dart in the root/env
  • run flutter run to run the app.

Features to be implemented

  • Creating a SignUp Page
  • Modifying Login/Signup
  • change ui according to device sizes
  • create an onboarding screen
  • testing
  • user should automatically be logged in after registering with a new id
  • Google sign-in
  • Fix the login issue
  • Change textbutton on register screen

Features

  • Add faces to database
  • Scan faces and look into database if the face exists
  • Return the name of the face
  • If a face is added that is already in the db, then the new face will be stored with the original name.