Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 638 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 638 Bytes

Example App

This is an example applicaiton to demonstrate how to run VisionAgentV2 locally. This only works with the V2 version of VisionAgent.

Quick Start

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.

screenshot