PhoneDriver

(β˜… 1,607)

Android Phone Control With Qwen3-VL

  • config.json
  • LICENSE
  • phone_agent.py
  • qwen_vl_agent.py
  • qwen_vl_utils.py
  • README.md
  • ui.py

# Installation Guide

1. Get the code
git clone https://github.com/OminousIndustries/PhoneDriver

Downloads the entire project code from GitHub to your computer.

cd PhoneDriver

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
  • Python 3 Python is required to use pip.
sudo apt install adb

Installs directly from the APT package repository (Debian/Ubuntu-based).

pip install git+https://github.com/huggingface/transformers

Installs the package published on PyPI directly β€” no need to clone the source.

pip install pillow gradio qwen_vl_utils requests

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation