Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Recognition #16

Open
gauthamzz opened this issue Nov 1, 2017 · 2 comments
Open

Improve Recognition #16

gauthamzz opened this issue Nov 1, 2017 · 2 comments

Comments

@gauthamzz
Copy link
Member

Recognition using tts of chrome is not working in some systems.

@gauthamzz
Copy link
Member Author

#123 is related to this

@gauthamzz
Copy link
Member Author

We are presently using chrome's inbulit API.
Which has a low accuracy and it checks all the time hence increasing browser CPU usage.

There are many ways to solve this

One is using a wrapper for chrome API . Such as https://github.com/TalAter/annyang

Other is Kitt-AI/snowboy#98 .

Lastly we can use dialogflow directly. But I'm not sure about its implementation. People seem very happy about its accuracy. Since we are already using it maybe it's good. But the docs are not that good and I haven't got much idea about it.

https://github.com/dialogflow/dialogflow-javascript-client

Another idea was to train a model ourself for the word hey or take a pertained one. Using the new tensorflow JavaScript library. Don't have much clue as of now about this.

Since this is a major change, I would like everyone's input about this.

@gauthamzz gauthamzz changed the title Recognition not working in certain systems Improve Recognition Jan 3, 2018
@gauthamzz gauthamzz self-assigned this Jan 5, 2018
@gauthamzz gauthamzz removed their assignment Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant