Hey everyone! I'm a robotics engineer and I do some AI/ML work, so I love to analyze my GPU temps, wattage, usage, memory, etc. That's why I made this.
I used nvidia-smi but it flickers a lot and is not cool, so I just made something cooler XD
- Real-time GPU monitoring (usage, memory, temperature, power, clocks)
- Beautiful terminal UI with color-coded bars
- 60-point sparkline history graphs
- GPU process monitoring
- Zero flickering (unlike nvidia-smi)
- Multi-GPU support
Just download Exe from above and use it as it is but if you are a dev you can:
- Clone the repo:
git clone https://github.com/yourusername/gpu-watch.git
cd gpu-watch- Install dependencies:
pip install -r requirements.txtpython gpu_watch_windows.pyOr just double-click run_windows.bat
Ctrl+Cto exit
- Windows 10/11
- NVIDIA GPU with drivers installed
- Python 3.8+
pip install pyinstaller
pyinstaller --onefile --noconsole gpu_watch_windows.pyThe executable will be in the dist/ folder.
MIT
Made with ❤️ for better GPU monitoring