Releases: jchen42703/ai_mouse_movements
Releases · jchen42703/ai_mouse_movements
No more robotjs
Changes
- Removed
robotjs
- Updated dependencies
- Added more documentation
v1.0
Send a POST request to either produce a mouse movement or to produce a json of [x, y, lags]
.
- The mouse movements are done by a generator trained as part of a GAN.
ai_mouse_movements/python
contains the GAN library, and ai_mouse_movements/js
contains the actual API. This is currently the MVP and the current model is mode collapsed to only have paths that do not overshoot the destination or go "out of bounds."