McDaived/AIMi ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app called AIMi that watches the screen in real time, detects player shaped targets with a neural network, and smoothly moves the mouse toward the head when I hold a hotkey. It should have a simple detector window so I can see what it is recognizing, and it should work without modifying game files. Make it easy to run from start.py, and if anything is missing, have it install what it needs on its own.
I want it to be tuned for FPS games like CS2 and Valorant, with a hold mode and an always on mode, plus a quick exit key. Please keep it lightweight and usable on a normal PC, even without an RTX card, and use screen capture plus OpenCV for the detection pipeline. If you need to check current library docs or model setup details online, go ahead and do that.