| # Probing Vis Literacy of Vision Language Models: the Good, the Bad, and the Ugly | |
|  | |
|  | |
| ## Quick Start | |
| ### Installation | |
| ```shell | |
| pip install --no-cache-dir --user -e . | |
| pip install --no-cache-dir --user opencv-python | |
| pip install --no-cache-dir --user -r /code/requirements-gradio.txt | |
| ``` | |
| ### Run the Gradio App | |
| ```shell | |
| gradio app.py | |
| ``` | |
| ### Docker | |
| You can also run this app using Docker | |
| ```shell | |
| docker build -t probing-vis-literacy . | |
| docker run -p 7860:7860 probing-vis-literacy | |
| ``` | |
| ## Citation | |