Mrunal Waykos
Mrunal Waykos
yes Right @abi
Follow @theonlyamos
I think yess so
Proposed Solution: 1. **Increase Text Area Height:** - Extend the height of the text area in the "About" section to make it more prominent and easier to focus on. This...
To provide memory (RAM) and video memory (VRAM) requests for each model in a model list, I'll assume you are referring to machine learning or deep learning models commonly used...
I'd like to claim this one. Will submit a PR tomorrow evening @georgewrmarshall
@georgewrmarshall Hey I'm working issues from the same grouping as you are and I just managed to setup local for the first time. Can i work on this issue
@jdx Use Graphviz for a CLI solution. Install it, create a DOT file specifying dependencies, then run `dot -Tpng` to visualize.
DeepSpeech, developed by Mozilla, excels in converting spoken words to text but doesn't provide syllable or phoneme-level details. For such linguistic features, consider using specialized libraries like NLTK in Python...
To analyze syllables or phonemes alongside DeepSpeech, consider integrating with libraries like NLTK or PyDictionary in Python. These libraries provide syllable information and phonetic details, complementing DeepSpeech's text-to-speech conversion. By...