Skip to content

tom-sabu/bright-eye

Repository files navigation

bright_eye

An Android app that controls screen brightness using hand gestures. Built with Kotlin, Camera2, and MediaPipe. Compiled from the command line via Gradle.

Project layout

  • app/ - Android application module (source, manifest, resources, assets)
  • gradle/, gradlew, gradlew.bat - Gradle wrapper
  • build.sh - convenience script (assembleDebug + adb install)
  • context/ - project notes and reports
  • scripts/ - archived helper scripts

Build from command line

./gradlew :app:assembleDebug

Install to device:

adb install -r app/build/outputs/apk/debug/app-debug.apk

Or run both in one step:

./build.sh

About

A project that reduces eye strain during screen use by dynamically adjusting brightness based on eye response.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors