FritzAndFriends / TagzApp

An application that discovers content on social media for hashtags
MIT License
112 stars 69 forks source link

Having the Messages' Language Translated into English #315

Open Mark-Phillipson opened 11 months ago

Mark-Phillipson commented 11 months ago

In the interest of inclusivity.

Using something like Whisper to translate into English could be an advantage.

csharpfritz commented 11 months ago

I really like this idea and can see it as an easy microservice to stand up and perform translation.

Whisper is the audio transcription model that also performs translation. I'm not sure if there is a translation model for just text.

Let's do some research to find the correct model and consider building this as a stand-alone service. The memory and processor consumption could be high-enough that it makes sense to isolate this process