Skip to content

Releases: jchen42703/ai_mouse_movements

No more robotjs

31 Aug 21:14
42458b4
Compare
Choose a tag to compare

Changes

  • Removed robotjs
  • Updated dependencies
  • Added more documentation

v1.0

27 Dec 20:42
Compare
Choose a tag to compare

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."