mohdfareed / msd-p18538

Interactive Training Robot for Fire Safety
0 stars 0 forks source link

Accessibility #10

Closed BrianMonclus closed 6 months ago

BrianMonclus commented 11 months ago

Look into possible solutions/implementations for Deaf and Hard of Hearing student accessibility

mohdfareed commented 11 months ago

I opened #11 to add the code for speech recognition and keep this issue open for discussions.

mohdfareed commented 10 months ago

I tried a free version of Google's API and it is too slow for live transcription. I still want to try with different engines, like Microsofts, and look at different implementations.

Until now I've found the following that I can use as references:

mohdfareed commented 10 months ago

From phase 4 review: provide a QR code that can be scanned on phones to display the live transcription on student's devices.

The service can either be hosted locally (RIT network) or over the internet; further research is required.

This will involve refactoring the transcription service to support streaming the transcription to multiple clients.

Issue #23 implements the backend support for this

mohdfareed commented 7 months ago

At the moment this issue has the following tasks left: