Ever wondered how others see you? RealYou is a simple Android application that acts as a reverse mirror, showing you the real you—exactly as others see you.
Screenshots • Features • Installation • License
Note: The app uses the device's front camera to display a live preview of the user's face. The Mona Lisa image is used here for demonstration purposes only and is not part of the app.
![]() |
![]() |
![]() |
![]() |
The image used in the app screenshots feature the Mona Lisa painting by Leonardo da Vinci. This image is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. The original work is available on Wikimedia Commons.
-
Real and Mirrored Views: Easily switch between the real and mirrored views.
-
Side-by-Side Comparison: In landscape mode, view both real and mirrored views simultaneously for an easy comparison.
-
Gesture Support: Quickly switch between views with a simple double-tap.
-
Material 3 Design: Built with Google's latest Material 3 (Material You) guidelines for a clean and user-friendly experience.
To build RealYou from the source code, follow these steps:
-
Clone the repository:
git clone https://github.com/chamajay/RealYou.git
-
Build the debug apk:
-
In the terminal, navigate to the project directory:
cd RealYou
-
Make sure Android SDK path is set properly.
-
Run the following command to build the debug apk:
./gradlew assembleDebug
-
The generated apk will be located in
app/build/outputs/apk/debug/
.
-
-
Install and run the app.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.