Richard Abrich
Richard Abrich
Not working for me on MacOS: ``` $ git status On branch dev Your branch is up to date with 'origin/dev'. nothing to commit, working tree clean $ $ git...
Attempting to upgrade gooey: ``` pip install gooey==1.2.0a0 Collecting gooey==1.2.0a0 Using cached Gooey-1.2.0a0-py2.py3-none-any.whl (766 kB) Requirement already satisfied: Pillow>=4.3.0 in ./env/lib/python3.8/site-packages (from gooey==1.2.0a0) (9.2.0) ERROR: Could not find a version...
Python 3.6 fails while installing wxpython: ``` python3.6 -m pip install -r requirements.txt ... Command "/.../GooeyExamples/env/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/35/pqjnmmwx24d2mtf4frt5dhcc0000gn/T/pip-install-0knweuch/wxpython/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/35/pqjnmmwx24d2mtf4frt5dhcc0000gn/T/pip-record-w5xjelww/install-record.txt --single-version-externally-managed...
MiniCPM is also supported. Excited to test out how PaliGemma compares, especially when analyzing GUI images: https://github.com/OpenAdaptAI/OpenAdapt/issues/637
Any update on this? Also experiencing this in https://github.com/OpenAdaptAI/SoM/pull/4
Done! Pending Github approval. Thank you @jesicasusanto !
Let's also add `browser_event_dict` to `visualize.py` somewhere here: https://github.com/OpenAdaptAI/OpenAdapt/blob/main/openadapt/visualize.py#L255
Thank you @KrishPatel13 ! @0dm are you interested in picking this up? I think it's quite close to being done.
This suggests something wrong with `native_chrome_extension/browser.bat`. @0dm can you please push `native_chrome_extension/browser.sh` ?
Also how are you handling `path` in `native_chrome_extension/openadapt_chrome.json`?