Skip to content

Finity-Alpha/appointment-demo

Repository files navigation

Voice Appointment Bot using OVC

A simple appointment booking voice AI bot built using OpenVoiceChat.

A csv file contains the timings and bookings, function calling is used to check the availability of the time slot and book the appointment.

Models used are whisper-base, openai's gpt and xtts_v2. The code takes 3GB of gpu VRAM.

The code is 200 lines long, this is to illustrate how easy it has become to make a voice AI bot using OVC.

To run the code you need to install pytorch: https://pytorch.org/get-started/locally/

Then install the requirements:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published