This is an exploration project to build an AI based Unified Conversation Agent (UCA) with a view to make the life of end users better and deliver useful services. UCA will leverate AI technologies to support OpenG2P use cases for social benefit delivery across programs and departments. This intelligent agent will engage directly with callers via voice, providing real-time updates on program statuses and disbursements, informing them about eligibility for additional programs, and enabling seamless program application entirely through phone or voice interactions.
To run the service:
- Make sure port 8000 is open on the machine.
- Run
uvicorn service:app --host 0.0.0.0 --port 8000