To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!
- Create or upload files
- Add files using the command line or push an existing Git repository with the following command:
cd existing_repo
git remote add origin https://gitlab.com/iddigital/consulta-facil/face_detect_firebase.git
git branch -M main
git push -uf origin main
- Invite team members and collaborators
- Create a new merge request
- Automatically close issues from merge requests
- Enable merge request approvals
- Automatically merge when pipeline succeeds
Use the built-in continuous integration in GitLab.
- Get started with GitLab CI/CD
- Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)
- Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy
- Use pull-based deployments for improved Kubernetes management
- Set up protected environments
Face detect with firebase.
This app detects a face from a photo taken through the device's camera (cell phone, tablet, etc), as well as generates an embedding of the captured photo using the Facenet network.
- Android Studio/Visual Studio Code
- Linux Ubuntu 18.04
- Flutter 2.9.0-0.1.pre • channel beta
- Dart 2.16.0 (build 2.16.0-80.1.beta)
To configure firebase in a project, just go to the firebase consoles, login with your google account and then you can add your app to the firebase.
Just create a project and then add your app informing the package name. The next steps are explained after the app is added to firebase.
The simulation can be performed in a cell phone virtualization or using a physical cell phone plugged into the serial.
Firebase is already configured for this app.