Windows Installation
Option 1 — Windows Executable (recommended for most users). Start the detector quickly and easily on your Windows system.
👉 Download via GitHub Releases
Choose the correct file for your hardware in the latest release.
Go to Releases →| File | Hardware Requirements |
|---|---|
aidetector-winml-<version>.exe | Windows 11 with any GPU |
aidetector-cuda130-<version>.exe | Windows 10 with NVIDIA RTX 3000 series or newer |
aidetector-cuda126-<version>.exe | Windows 10 with NVIDIA RTX 2000 series or older |
Not sure which one to choose?: Start with the <strong>winml</strong> version on Windows. Only use a cuda build if you are certain that your NVIDIA setup matches that specific CUDA version.
Setup Instructions
- Create a folder, for example
C:\aidetector, and move the downloaded.exefile to this folder. - Create a
config.jsonfile in the same folder (see Configuration documentation). - Double-click the
.exe— a terminal window will open with the detection logs. - Upon first startup (without an existing
config.json), a template is generated automatically. Fill this in and restart the application.
Tip: Keep the terminal window open as long as the detector is running. If it closes immediately, there is an error in your <code>config.json</code> — check carefully that you haven't forgotten any quotation marks (") or commas (,).