Chattergram + Redis
A chat application that transcribes voice messages to text - powered by the Redis Stack
Chattergram runs on two separate applications - a frontend and a backend. You need to create an account to access the chat. All of your data will be stored on a local Redis (& MongoDB) instance.
Once signed up, you can start chatting with other users. If you decide to send them a voice message, Deepgram will try and transcribe the message for you and your sender. You can still listen to the recorded message if you like.
I've created Chattergram-Redis as a POC project for the Redis Hackathon on dev.to. Please do not use it in a productive environment
How it works
Video explanation
You can find a video version of my submission on Youtube:
How the data is stored:
- This app uses two primary data types:
User
and…