A Perplexity.ai clone for Android, based on https://github.com/mckaywrigley/clarity-ai.
Perplexity is an Android application that uses OpenAI's GPT-3.5-turbo to answer user questions by searching the web, parsing relevant sources, and presenting the information in a concise and user-friendly format. The app features a smooth chat-like interface and animated typing indicators to provide an engaging experience.
- Search the web for relevant information to answer user queries
- Parse and filter website content using Kotlin
- Generate answers using OpenAI's GPT-3.5-turbo API
- Animated typing indicators and logo animations
- Display answers and sources with a visually appealing UI
- Make source links clickable for users to explore further
- Clone this repository:
git clone https://github.com/yourusername/Perplexity.git
- Open the project in Android Studio
- Build and run the application on an emulator or a physical device
Make sure to set up your OpenAI API key in the local.properties
file:
openai.api_key=your_api_key_here
Replace your_api_key_here
with your actual API key.