An AI-powered clipboard tool that fetches responses from models like Gemini instantly when text is copied. The goal is to reduce tab-switching and enable seamless access to LLMs from anywhere.
Future plans include:
- Integrating OCR for handling non-copiable text.
- Enhancing the UI for an even better user experience.
Why switch tabs repeatedly when you can access LLMs anytime, anywhere?
Follow these steps to set up ScreenAi locally:
- Clone the repository:
git clone https://github.com/FurkanKhann/ScreenAi.git
- Install the required dependencies using pip:
pip install -r requirement.txt
- Set up your API keys:
GEMINI_API_KEY = "your_gemini_api_key" SELECTED_MODEL = "gemini-exp-1206" # Choose your desired model
For any thing regarding this contact: khanfurkan575@gmail.com


