Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.15 KB

NeverCallAgain

Automated Doctor's Appointment Calls in German based on three Deep Learning models.

Techstack

We use two open-source models for Speech to Text (STT) and Text to Speech (TTS) translation as well as ChatGPT for dialog generation.

Demo

run flask_api.py to serve the application under http://localhost.

Microphone and speaker access is needed as all audio data is stream via the webinterface.

You can also host the web server on one machine and access the web interface from another machine (e.g. smartphone).

demo

Approach

overview