Alex Newman commited on
Commit
5763db7
·
unverified ·
1 Parent(s): 8893515

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -8,7 +8,10 @@ python_version: 3.11.2
8
  pinned: false
9
  license: mit
10
  ---
11
- This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
 
 
 
12
 
13
 
14
  This is a 3 part system
 
8
  pinned: false
9
  license: mit
10
  ---
11
+ Drive android with GPT
12
+
13
+
14
+ I was inspired by https://github.com/nat/natbot/blob/main/natbot.py, but this is for android instead of the web. It uses acceesibility to see, and additionally Android Intents to steer. Sometimes it needs the users' help because of android's security model.
15
 
16
 
17
  This is a 3 part system