I want to make AI bot which can understand only 4 words "Up", "Down", "Left", "Right".
as my friend make a python script which executes some task by the voice like to open youtube just say "Youtube" and Chrome browser will open with youtube.com URL. But the system was slow as they were using google assistant/ai to process the voice which makes me feel impatient.
Then I got an idea what if an AI system offline which Understand only a few words and we can get some desired result and will be super fast.
for example:- I have a remote control car I want to make voice-activated as when I say "Up" car should move forward, similarly for "Down" -> Backward, "Left" -> Left and "Right" -> Right & "{Any other voice}" -> blink the led to tell that the system didn't understand
so, please someone help me.
how should i start?
how should i train the AI Bot?
what should be my requirements?
and other thing that i should know.
Thank You.