saeeddhqan / Maryam

Maryam: Open-source Intelligence(OSINT) Framework
GNU General Public License v3.0
1.03k stars 167 forks source link

Voice IO functions #213

Closed anuran-roy closed 3 years ago

anuran-roy commented 3 years ago

As @k4u5h1k suggested, we can add NLP functions in Issue #212 . I suggest to add speech-to-text and text-to-speech functions. Can I work on it? The speechrecognition and pyttsx3 (or gTTS) modules may help.

rachejazz commented 3 years ago

speech to text in OSINT? I am curious how useful can it be?

anuran-roy commented 3 years ago

For faster workflows. Since @k4u5h1k is adding NLP, we just need to add s2t and t2s features.

Like since we're implementing NLP functions, some stuff can be done with it right?

saeeddhqan commented 3 years ago

@k4u5h1k won't add the NLP section. he just wants to add a class for finding the definition of words. This feature cannot be added to the core project. But the user can install it from plugins.

rachejazz commented 3 years ago

I'm still curious how s2t will come into play while using Maryam. Like for example, I launch Maryam (cli/web whatever) on my pc, then? Considering none is using Windows here, how is it that it'll make faster workflows?

anuran-roy commented 3 years ago

Uh well... saving time while typing long commands. We'll soon be making a templating section for writing workflows faster... To make it even faster, we're considering an s2t plugin.

k4u5h1k commented 3 years ago

Add it to mexts. Surely s2t can come in clutch somewhere.