App that recognizes landmarks using Camera.
- Jetpack Compose
- CameraX
- MVVM architecture
- TensorFlow Model
- Clone the project
git clone https://github.com/Shreyassp002/Landmark-Lens.git
-
Open project in Android Studio.
-
Wait for Gradle to download dependencies.
-
Download Tensorflow models from Kaggle.
-
Paste all the models into
app/src/main/assets
-
Run.