https://github.com/ch1nru5t/face_rekog
Recognizing faces just got easier with Face Rekog!
https://github.com/ch1nru5t/face_rekog
aws awsrekognition dart firebase flutter
Last synced: 3 months ago
JSON representation
Recognizing faces just got easier with Face Rekog!
- Host: GitHub
- URL: https://github.com/ch1nru5t/face_rekog
- Owner: CH1NRU5T
- Created: 2023-04-23T04:32:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T03:06:16.000Z (about 3 years ago)
- Last Synced: 2025-06-04T17:57:12.216Z (about 1 year ago)
- Topics: aws, awsrekognition, dart, firebase, flutter
- Language: Dart
- Homepage:
- Size: 472 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face_rekog




### Recognizing faces just got easier with Face Rekog
### Outputs
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:
```.env
ACCESSKEY=
SECRETKEY=
```
- 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
- [x] Creating a SignUp Page
- [x] Modifying Login/Signup
- [x] 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
- [x] Change textbutton on register screen
# Features
- [x] Add faces to database
- [x] Scan faces and look into database if the face exists
- [x] Return the name of the face
- [x] If a face is added that is already in the db, then the new face will be stored with the original name.