This project consists of a Vue.js frontend and a Flask backend, creating a complete application for interacting with the Vapi API.
You can start and stop voice calls with your AI Assistant through the interface, with backend support for managing voice assistant instances.
The project is divided into two main parts:
frontend/- Contains the Vue.js application providing the user interface.backend/- Contains the Flask application handling Assistant creation API requests to Vapi.
To get started with the project, follow the README.md files in each of the frontend/ and backend/ directories for instructions on setting up and running each part of the application.
This project is set up for local development. You can run both the frontend and backend on your local machine to develop and test the application.
For deployment instructions, refer to the individual README.md files in the frontend/ and backend/ directories.
You're welcome to contribute to this project.
This project is built using Vapi's voice assistant capabilities. To learn more about how Vapi works and how you can leverage its features in your development, check out the following resources:
- Vapi Documentation: Start here to understand the basics and core concepts of Vapi.
- Vapi API Reference: Dive into the detailed API reference for in-depth information on API endpoints and functionalities.
This project is licensed under the MIT License.