TweetBot is an Android app that converts photos into tweet-style captions using Google Cloud Vision and the TextCortex LLM. Simply snap a picture, extract object labels, and generate a concise summary—ideal for creators, journalists, and social media automation. This app was demoed at Sitterson Hall on October 23, 2023.
- Android Studio
- Android 8.0+ (API level 26+)
- Google Cloud Vision API key
- TextCortex API key
Add your API keys to local.properties:
CV_KEY=your_google_cloud_vision_api_key_here
GPT_KEY=your_textcortex_or_gemini_key_here- Tap Start Camera to take a photo
- Cloud Vision identifies objects and generates labels
- Labels are sent to TextCortex
- The app displays a tweet-style AI-generated summary
Open the project in Android Studio and run it on a device or emulator with camera support.
Ensure your local.properties file is correctly configured with valid API keys.
MIT © 2025