Desktop AI: How to insert AI on your Desktop for FREE (MacOS)

Опубликовано: 01 Сентябрь 2026
на канале: Code X Programming
127
18

In this video you will learn how to build an AI that will be on your desktop:
By pressing Ctrl + Shift + X, you will be able to select the question you want the answer to, and the AI (Cohere) will process it and display an answer!

This project is completely free to build
You can choose more answer models, implying detailed or fast responses
Increase the speed of your tasks

Please watch the full video, there are many customizable things, which you do not want to lose!

command to install libraries:
pip3 install tk pytesseract pillow pynput cohere

If you do not have pip install, install it by doing as follows:
python -m pip3 install --upgrade pip

The full code is given in the first comment

Let me know if you also want a Windows tutorial

NOTE: You need to have brew installed to use tesseract