Welcome to Ask Me! This Android app leverages the power of the Gemini generative AI model to provide answers to user queries. Users can also upload images and ask questions based on those images.
- Ask questions and get answers using Gemini generative AI.
- Upload images and ask questions based on the content of the images.
- Gemini Generative AI Model
- Jetpack Compose
- MVVM Architecture
- Hilt Dependency Injection
Follow these steps to get a copy of the project up and running on your local machine for development and testing purposes.
# Clone the repository
git clone https://github.com/samir-sayyed/ask-me.git
# Add the following in local.properties file
api_key = <YOUR_API_KEY>
# Build and run the project