https://github.com/souris-dev/inhuman
Flutter App to take photos and hide human faces in them
https://github.com/souris-dev/inhuman
app flutter
Last synced: 2 months ago
JSON representation
Flutter App to take photos and hide human faces in them
- Host: GitHub
- URL: https://github.com/souris-dev/inhuman
- Owner: souris-dev
- Created: 2019-12-09T05:18:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T03:25:42.000Z (about 5 years ago)
- Last Synced: 2025-01-23T05:14:22.132Z (4 months ago)
- Topics: app, flutter
- Language: Dart
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inhuman
A dark mode flutter app that takes an image from the gallery or camera (selectable) and hides the faces of human beings in it.
Uses Firebase ML kit for doing the same.
Uses PageView to display multiple images.## Future updates may include:
1. Selective face hiding
2. Changing the colour of the hidden part
3. Alignment / Orientation and resizing issues of the picture### Note:
google-services.json has been removed from android/app/ for security issues (API key exposure). This file needs to be there for the app to work, and hence should be put in when the project is built.