Sign inSign up

r04nx/roper

By r04nx

•Updated about 1 year ago

AI Assistant

Image
Security
Machine learning & AI
0

1.6K

r04nx/roper repository overview

⁠Get Your API Key
  1. Visit: Google AI Studio⁠
  2. Sign in with your Google account
  3. Click 'Get API Key' → 'Create API Key'
  4. Copy the generated API key
⁠Keyboard Shortcuts
  • Alt+X: Analyze current screen for MCQ questions responds with answer
  • Alt+Z: Generates Code Solution
  • Alt+C: Auto-Types the code solution (start/pause/resume)
  • Escape: Quit roper (when focused on terminal)

⁠Docker Run Command

xhost +SI:localuser:$(whoami)
export GEMINI_API_KEY=<API_KEY>

docker run -itd \
  --name roper \
  --privileged \
  -e DISPLAY=$DISPLAY \
  -e XAUTHORITY=$XAUTHORITY \
  -e GEMINI_API_KEY="$GEMINI_API_KEY" \
  -e MCQ_MODEL="gemini-2.5-flash" \
  -e CODE_MODEL="gemini-2.5-flash" \
  -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
  -v $XAUTHORITY:$XAUTHORITY \
  -v /dev/input:/dev/input:ro \
  --network host \
  r04nx/roper:latest

Tag summary

Content type

Image

Digest

sha256:403fae35f…

Size

208.2 MB

Last updated

about 1 year ago

docker pull r04nx/roper