Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kamt1746y@ganjaman actually I want to make a login form like a normal login form but the difference is that all the details like username and password are filled via voice, need not to type anything.
I used speech_recognition package of python for recognising voice. -
get rid of the login form and use voice detection as a login method.
Because speech to text is and will be for some years be too unreliable to understand "p4$W0r|>" and spell each individual letter sucks balls.
Investigate other methods of authentication. -
kamt1746y@alexbrooklyn yes this was a problem.
So I thought that random questions will be generated and valid user will only be able to answer those questions.
Actually I have been given a project by my faculty to design a voice based mail system.
So, he ordered that use of keyboard should be negligible and all the commands should be executed via voice.
How can you make a login form in which details are filled via voice? One way is that we can use pyauto gui for fetching coordinates but it's not working as per my wish...
question
html css python speech recognition bootstrap