- Clone the repo.
- In the project directory, run
npm installto install required packages. - Add a file call
.envwith required keys (see next section for details). - Run
npm run devto run the project locally. - Visit
http://localhost:5173in your browser to launch the app.
Running this solution requires several Azure resources to be created. If you don't already have an Azure subscription, you can get one here).
Create a file named .env in the project directory. It should contain lines in the format key=value.
The following keys are required:
VITE_BLOB_URIVITE_BLOB_SAS_TOKENVITE_COMPUTER_VISION_VIDEO_DESCRIPTION_URLVITE_COMPUTER_VISION_VIDEO_DESCRIPTION_KEYVITE_SPEECH_KEYVITE_SPEECH_REGIONVITE_GPT_URLVITE_GPT_KEY
This project is brought to you by the team behind Seeing AI - a visual assistant for the blind community.