Skip to content

saflamini/shared-twilio-realtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Phone Call Assistant

Technology

  • Telephony System + Text to Speech (Twilio)
  • Realtime Speech to Text + Intelligence (AssemblyAI)

Getting Setup

  1. Download ngrok
  2. Run ngrok on the http protocol on port 5000
  3. Create a Twilio account
  4. Create a Twilio Voice Phone Number
  5. Create an AssemblyAI Account
  6. Paste the appropriate API keys & NGROK_URL in the app.py file.
  7. Run pip3 install -r requirements.txt
  8. Run python3 app.py
  9. Call the Twilio phone number you created

Understanding Context & Data

data.py & context.py can be used to prompt the Phone call Assistant. In this example the context is provided via a variable prompt. data.py contains info about the 'user' and app.py can be used to provide additional context - such as how the agent should behave, etc.

Feel free to get creative with the prompts!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages