Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

# heyDot-Windows πŸŽ™οΈπŸ‘οΈ

An omnipresent, voice-first, context-aware desktop AI assistant built specifically for Windows. Triggered instantly by a global shortcut, heyDot captures your active desktop context, transcribes your spoken prompt completely in the cloud, and utilizes advanced multimodal vision nodes to answer queries about what you are looking atβ€”speaking the response back to you natively.

Optimized into a decoupled **Client-Server Architecture**, the desktop environment remains incredibly lightweight, routing all intensive operations through high-speed cloud pipelines.

---

## ✨ Features

* **Global Hotkey Integration:** Tap Alt + D globally from any application or workspace window to instantly wake the assistant.

* **Multimodal Visual Context:** Automatically grabs primary display frame buffers upon triggerβ€”no copy-pasting code or layouts required.

* **High-Speed Cloud Inference:** Powered by Groq Cloud Nodes hosting Whisper-Large-v3 for speech extraction and Llama-3.2-11b-Vision for image reasoning.

* **Native Text-to-Speech:** Leverages the local Windows SAPI5 voice engine to speak responses fluidly.

* **Ultra-Lightweight Client:** Compiles to a clean standalone executable (.exe) with zero local heavy model requirements.

---

## πŸ—οΈ Repository Architecture


heyDot-Windows-Product/

β”‚

β”œβ”€β”€ backend/            # FastAPI Cloud Engine Code

β”‚   β”œβ”€β”€ server.py       # API endpoints processing Whisper/Llama payload

β”‚   └── requirements.txt# Backend package dependencies

β”‚

β”œβ”€β”€ client/             # CustomTkinter Desktop Interface

β”‚   └── heyDot.py       # Client controller logic \& hotkey hooks

β”‚

└── README.md           # Documentation



\---



\## πŸ’– Acknowledgements \& Inspiration

This project is inspired by and built upon the core concepts introduced by \*\*\[Shub3am/heyDot](https://github.com/Shub3am/heyDot)\*\*. Huge credit goes to the original creator for the foundational inspiration behind building a context-aware companion workflow!



About

A lightweight Windows desktop AI assistant built with CustomTkinter and connected to a remote FastAPI cloud backend. Streams screen captures and microphone audio to Groq API nodes for ultra-low latency visual context reasoning.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages