Skip to content

juancarlosqr/vf-vision

Repository files navigation

Vision AI in Voiceflow

Add vision capabilities to your Voiceflow agent with OpenAI and Anthropic

Flow

Flow

How To

Supabase Uploads

  1. Create a supabase bucket from the Supabase UI
  2. Add a policy to allow public uploads:
CREATE POLICY "allow uploads" ON storage.objects FOR INSERT TO public WITH CHECK (bucket_id = 'your-bucket-name');

Voiceflow Extension

  1. Import the image_upload.ext.js extension in your Voiceflow installation snippet
  2. Set up the custom extension in your Voiceflow project

Check the provided template for reference: Vision_Agent.vf

AI Functions

  1. Pass the image URL to an AI model using the provided functions
  2. Use the response of the AI model in your prompt

Demo

You can run the demo project with the following command:

npx serve src

Resources

Marketplace

Video

Vision AI

More

About

Vision AI in Voiceflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published