/Neuronauts_X_NoBlackBoxes

Code and Resources Dump for Neuronauts and NoBlackBoxes (NBB) programs / courses

Primary LanguageJupyter NotebookOtherNOASSERTION

Code and resources dump for Neuronauts and NoBlackBoxes (NBB) courses / programs

walle_gpt.mp4

The above implementation of Wall-E-GPT uses Python and Arduino to:

  1. Process and stream a live video feed
  2. Perform real-time speech-to-text via OpenAI's Whisper on a live audio feed
  3. Wirelessly communicate and keep in memory a conversation with GPT via OpenAI's API
  4. Program an interface for GPT to control the robot’s motors
  5. Implement multithreading to perform the above tasks concurrently