An open API service indexing awesome lists of open source software.

https://github.com/priler/aicapturebase

Basic code template to start your new AI detection/processing project with real-time image capturing (i.e. of a game window).
https://github.com/priler/aicapturebase

Last synced: 3 months ago
JSON representation

Basic code template to start your new AI detection/processing project with real-time image capturing (i.e. of a game window).

Awesome Lists containing this project

README

          

# AI Capture Basic Template
Basic code template to start your new AI detection/processing project with real-time image capturing (i.e. of a game window).

## Supports different capture backends:
- d3dshot
- dxcam
- dxcam (capture mode)
- mss
- screengear
- win32
- obs _(via virtual camera)_

## Mouse control libraries included
- pyAutoGui
- pyDirectInput
- pynput
- win32

## Other
- Windmouse algorithm included (realistic mouse movement simulation)
- Benchmarks class
- NMS stuff
- CV2 utils
- etc utils

## Not done yet
There's a 2 and more PCs streaming code included (client only).
That lets you run application/game on first PC, and do inference etc on another.