jkbhagatio / Neuronauts_X_NoBlackBoxes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:Jupyter Notebook 82.9%Language:Python 9.0%Language:C++ 8.1%