You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a recipe app we've built for our Android class in OzU. You can search different recipes by ingredients. This app also solves a UX problem: you can use it without touching the screen. While following the recipe, you may ask to repeat the step, go for the next step or for the previous step. For voice libraries, Google was chosen.
This repository is made in lieu of submission towards the solution of problem statement 2 of the OPEN AI NLP hackathon. The objective here is to classify the voice recordings of a call center proceeding by treating them as consumer complaints into the said categories of the automotive industry.
Noise reduction is the technique involved in extraction of the desired information from a signal.The received signal is usually a mixture of information and noise. It is important to reduce the attenuation caused by random noise, since it produces the errors in information and lowers quality of the signal. One of the most challenging problems in…
React application that can be controlled by voice using react-speech-recognition (React hook that converts speech from the microphone to text and makes it available to your React components).