How to make "voice recognition software" ?

Community Forums/General Help/How to make "voice recognition software" ?

NotAGamer(Posted 2015) [#1]
i need to know how to make this one for my title defense on my thesis...

the plan is to make a election system(campus only) that will ask the voter ...

1. who is his/her bet for presidency or any other official
2. count the vote and send it securely to the server for "total counting"

other features are

1. show the pictures of the candidate while the user is voting
2. and save the voters picture as proof that he voted .


what programming language/s can i use for this ?
*secure
*fast
*with "plug-in" features..


please help.. thanks!


Brucey(Posted 2015) [#2]
From scratch? Good luck! :-p

I'd start with Googling the same question and go from there.


NotAGamer(Posted 2015) [#3]
have researched and seems like i have to work with javascript..hmm


GfK(Posted 2015) [#4]
have researched and seems like i have to work with javascript..hmm
Javascript?? Are you sure about that?? o_O

Don't take this the wrong way, but if this is for college/school work, you should probably do something a little more.... "within range"? Asking about it here, then claiming you're going to do it in Javascript, tells me you're heading for an F.


Rick Nasher(Posted 2015) [#5]
Re-invent the wheel? If it's on Android you can you use the existing API which works really well. In B4A (Basic for android you can pull it off in 5 mins).


Brucey(Posted 2015) [#6]
GfK, didn't you know? All the top voice recognition software is written in javascript :-p


Guy Fawkes(Posted 2015) [#7]
Don't knock it til' you try it. Three.js is the best damn thing that's happened to me in a long time. http://threejs.org


NotAGamer(Posted 2015) [#8]
Thanks folks!


Matty(Posted 2015) [#9]
Javascript? Nah you'd have more luck with Logo. ....anyone remember the "turtle"


Matty(Posted 2015) [#10]
On another note.....

When I call my telecommunications company they always use voice recognition to direct calls......bloody annoying.....you'd think the country's own telecom company could get this right.......


......good luck.......


Matty(Posted 2015) [#11]
@Guy.....I'm not quite sure what a browser rendering library has to do with audio recognition?


Guy Fawkes(Posted 2015) [#12]
You can already use webcam audio / video on a web browser. You can then use node.js to create a server, and stream it either as a video and / or 3D texture using Three.js