Skip to content

zlehman1/healthcare-agent

 
 

Repository files navigation

Healthcare Patient Intake AI

How to run agent

Store your Twilio, Vocode, Deepgram, Ngrok, Azure Speech, and OpenAI API/Authentication keys in a local .env file.

Launch your Ngrok host with the following command.

ngrok http 3000

With Docker installed, launch the agent with Docker build and compose.

docker build -t vocode-telephony-app .
docker-compose up

Finally, make sure your Twilio phone number is connected by webhook to your Ngrok url. Then call your number and you'll have an AI agent available to collect your intake information!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.7%
  • Dockerfile 7.3%