diff --git a/README.md b/README.md index ab7bd1b..5516f19 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,7 @@ Threshold is a critical parameter to verify the blurriness of image. It all depends on the dataset of images. Currently we are keeping it as **500**. #### Useful info -According to [stats](https://stackoverflow.com/a/33230181/5785930), armv7 is the most commonly used android architectures. \ No newline at end of file +According to [stats](https://stackoverflow.com/a/33230181/5785930), armv7 is the most commonly used android architectures. + + +APK size can be reduced by writing the code for blur detection to under 10 MB. It's a very simple code to implement.