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
- 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 anenv.g.dart
in the root/env - run
flutter run
to run the app.
- 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
- 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.