mgagvani / HackTJ_2023

AUDVI - AI Arduino Object Detector for the Visually Impaired

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUDVI - AI Arduino Object Detector for the Visually Impaired

AUDVI is a cost-effective, 100% offline aid for helping the visually impaired see the world around them. By using low-power MCUs, users don't need to recharge the device or plug in it frequently.

1677986646458

Setup

Materials:

  1. Maixduino (Arduino clone w/ AI capabilities, costs around $5)
  2. Speaker module
  3. A computer
  4. A microSD card

Procedure:

  • You need the MaixPy IDE to upload code
  • Use the kflash_gui tool to flash the minimal firmware. Other firmware won't work because there won't be enough space to run the AI model 😀
  • Connect the speaker module to the pins on the Maixduino. The board has a power amplifier and DAC built in so an external one is not necessary.
  • image
  • Download the offical mobilenet.kmodel file and unzip it (use 7-zip or a similar tool). You will see a *.kmodel file is inside. Clone this repo, and put the files in /audio in a corresponding /audio folder on the SD card. (If you are low on space, you just need the .wav files). Also put the .kmodel file in the root of the SD card along with labels.txt.
  • Upload any short .wav file (~5 seconds or less) as "small.wav" to the root of the SD card.
  • Run boot.py. ou should hear the sound of "small.wav" as it starts up. Wait approximately 10 seconds for the MobileNet model to initialize. Then the speaker will start saying what it recognizes!

About

AUDVI - AI Arduino Object Detector for the Visually Impaired

License:MIT License


Languages

Language:Python 100.0%