Indian accent for English with technical terms have a lot of troubles. Our v0.1.1 training dataset is really focused on American English with mostly no accent.
sir @david0861 thank you sir. i was downloaded and run that pretrained model. it gives good results. but it is not detecting Indian Accent pronunciation sentence. how can i improve Indian accent accuracy sir.?
You have to re-train the model with Indian Accent data. So you have to create the .csv files with the new data, download checkpoints and follow the instruction to re-train.
Pd: if you don’t have enough data you can “create” more with “data augmentation” technique. You can follow this parts on this post.
@david0861 sir awesome wonderful hint sir. Thank you so much sir.
if you don’t have enough data you can “create” more with “data augmentation” technique. You can follow this parts on this post
i have one more doubt in data_augmentation,
DATA AUGMENTATION :
record same sentence with different distances from microphone, and in different locations in room/house
sir if i record my own audio with different locations, distances with the same sentence, it is particularly working in a command control based application only satisfy.
but i need a common voice or speech recognition model. is it satisfy common speech application
A good way is add the max samples as possible, with the max variations possibilities :
record your voice with all possibilities (distance, tone, speed, ambiant noise)
augment data with the mozilla tool :
– add echo
– change pitch (stay in correct values)
– change speed (stay in correct values)
– add noise (Your noise -> your environment)
You should really see improvment in accuracy !
hope it will help you
PS : this discussion isn’t in the correct topic ! If you need more explications, open a specific topic