Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 468 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 468 Bytes
# Project Title
Gemini Integration on Android Native
## Description

Brief description of your project here.

## Features

- Upload Image using Image Picker
- Get prompt from user about this image
- Use Gemini API to fetch prompt asked fromm the image
- Show the result
  1. Open the project in Android Studio.

Skill Used

  • Android
  • Kotlin
  • Jetpack Compose
  • Gemini API
  • Kotlin Coroutine
  • HILT for DI
  • JUnit for Unit testing
  • MVVM Architecture