: In the present world, the elderly and illiterate people find it difficult to fill a deposit or withdrawal form in a bank. They
often require the help of literate people to fill the form. To solve this problem, we introduce an automatic for filler that would
take the customer speech in Malayalam as input and produces the required form. The system is implemented using python
modules that involves text-to-speech conversion, language translation, speech-to-text conversion, pdf generation, etc. The system
uses googletrans module for translating Malayalam to English and vice-versa. It also uses gTTS module for text-to-speech
conversion. The system uses speech-recognition module for converting speech to text format and reportlab module for producing
the required form in PDF format