Remember Clippy? We’re bringing it back—better, smarter, and open-source!
Staplr is an AI-powered assistant designed to enhance productivity by providing real-time suggestions, automation, and assistance in various tasks like document handling, email writing, and exploratory data analysis.
- 📢 Text-to-Speech: Converts text and Word documents into speech.
- ⏰ Reminders: Set up reminders for important tasks.
- 📊 EDA Analysis: Perform exploratory data analysis on datasets.
- ✉️ Email Assistance: Helps in drafting and managing emails.
- 📂 File Handling: Supports reading and writing DOCX and CSV files.
- 🆘 Help Menu: Provides guidance on how to use Staplr effectively.
git clone https://github.com/K-a-y-D-e-e/Staplr.git
cd StaplrMake sure you have Python installed (>=3.8). Install the required Python libraries:
pip install -r requirements.txtStaplr uses Ollama for AI capabilities. Follow these steps:
- Download and install Ollama: Ollama Download
- Open Windows PowerShell and run:
ollama pull mistral
- Once downloaded, start Ollama:
ollama run mistral
⚠️ Keep Ollama running in the background, or Staplr won't work!
After setting up everything, run the UI script:
python staplr_ui.py- Karmadeept Sarkar - LinkedIn
- Jay Shejwal - LinkedIn
- Eesha Barad - LinkedIn
- Sai Ansh Batho - LinkedIn
Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.
This project is open-source and available under the MIT License.
Give Staplr a ⭐ if you like it!

