This is an example applicaiton to demonstrate how to run VisionAgentV2 locally. This only works with the V2 version of VisionAgent.
To get started install the fastapi library:
pip install "fastapi[standard]"
Then cd into chat-app
and run make
to install the node dependencies.
To start the server run:
fastapi dev app.py
And to start the front end, in the chat-app folder run:
npm run dev
Then go to http://localhost:3000
in your browser to see the app running.