A functional system with a python backend and java front end built to assist hospital workers
It is set to only work on a local PC, would require large changes to all file paths to run elsewhere.
Raspberry Pi3 B+ detects keyword "Christina" and records a 10 second .wav file and transcribes it to txt:
Raspberry Pi is connected with Adafruit i2s mems microphone.
Used Picovoice Porcupine for voice detection and IBM Watson for audio transcription.
Ssh used to connect to local PC:
requires enabling ssh on personal device which is a severe security hazard
A temporary solution for cloud/server
Java program parses and displays transcription to display on GUI and automatically updates when new transcription arrives.