https://github.com/thatlinuxguyyouknow/blur_from_scratch
Blurring Algorithm implemented from scratch with convolutions
https://github.com/thatlinuxguyyouknow/blur_from_scratch
Last synced: over 1 year ago
JSON representation
Blurring Algorithm implemented from scratch with convolutions
- Host: GitHub
- URL: https://github.com/thatlinuxguyyouknow/blur_from_scratch
- Owner: ThatLinuxGuyYouKnow
- Created: 2025-03-09T12:52:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T13:08:02.000Z (over 1 year ago)
- Last Synced: 2025-03-09T14:19:04.807Z (over 1 year ago)
- Language: Dart
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blur from scratch🚧
[](https://www.dartlang.org/)
[](https://flutter.dev/)
[](https://pub.dev/packages/image_picker)
## Description
This Flutter project is a starting point for blurring images. It uses the `image_picker` package to allow users to select images from their gallery.
## Core Technologies
* Dart
* Flutter
* image_picker
## Mobile App Details
### Installed Packages
* `flutter`
* `cupertino_icons`
* `image_picker`