Skip to content

An emergency call triage system that classifies and routes 911 calls using real-time speech recognition and natural language processing.

Notifications You must be signed in to change notification settings

ericssimpson/ecc-triage-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prepare the environment

poetry install

poetry shell

ngrok http 5000

make twilio number and webhook the ngrok url + /answer

start the flask server

python -m src.app

start the arize server

docker compose -f docker-compose.arize.yml up

result

see results after calling twilio number on port 5000 at /call_results

view LLM and prompt information on port 6006

Languages

  • Python 67.3%
  • HTML 32.7%