Skip to content

Android app to execute speech recognition command on the open source robot Finch.

Notifications You must be signed in to change notification settings

gtupak/finch-commander

Repository files navigation

finch-commander

Android app to execute speech recognition command on the open source robot Finch.

Progress:

  1. NOTE: DOCUMENT/TAKE NOTES DURING ENTIRE PROJECT !!!

  2. get familiar with the finch [DONE]

    • try various commands, make it move, look at the api [DONE]
  3. look for Natural Language Processing (NLP) APIs, algorithms [DONE]

    • choose one for project [DONE Nuance API]
    • look into google speech recognition API [DONE - Nuance API]
  4. test NLP API from step 2 with various commands [DONE]

    • make sure it recognizes "advance", "forward", "turn", , etc. [DONE]
  5. make basic Android app to establish bluetooth connection and send simple strings [DONE]

  6. establish bluetooth connection with Android app [DONE]

    • make sure server receives strings and can process them [DONE]
  7. incorporate voice recognition on Android app [DONE]

    • send results to server
  8. define basic movement commands to be recognized by the flinch [DONE - MOVE, TURN, SAY]

    • connect API with the Finch [DONE]
  9. Connect the server to the Finch robot. Upload server on RPI

    • set up RPI with bluetooth and java server
    • make sure commands are executed by the Finch
  10. 3d print rpi case on top of the flinch with usb battery

About

Android app to execute speech recognition command on the open source robot Finch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages