Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescov1/voicemail-to-text
https://github.com/francescov1/voicemail-to-text
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/francescov1/voicemail-to-text
- Owner: francescov1
- Created: 2019-07-04T14:11:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T20:33:18.000Z (over 1 year ago)
- Last Synced: 2023-08-02T01:35:35.623Z (over 1 year ago)
- Language: TypeScript
- Size: 202 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voicemail to text
## Project
This application gives users the ability to view and manage voicemail messages through SMS rather than needing to call their voicemail service.
## Motivation
We found various annoyances with managing our voicemail inbox due to the need to call our respective voicemail services. There is no way to see a list of voicemails or easily save, share or delete voicemails without paying for an additional addon from our mobile service providers.
## Technologies
* Language: Node.js
* SMS and call functionality: Twilio
* Speech-to-text transcription: Twilio (see next steps)## Next Steps
* Using Google Speech for speech-to-text transcription. We have found that Twilio's transcriptions are not as accurate as we would like, and Google Speech seems to work much better
* Cron job to automate voicemail listings at specified intervals (ie. once per day)
* Delete voicemails by replying to voicemail listing
* Easily deployable for others, transcription parsing compatible with more mobile service providers (right now it only parses Rogers voicemails)## Contributors
* Francesco Virga - [GitHub](https://github.com/francescov1)
* Peter Wright - [GitHub](https://github.com/peteraw77)