Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 677 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 677 Bytes

Learning how to use Akida with a Camera Feed running YOLO

A basic example of using Akida with a camera feed running YOLO to identify people and cars within frame.

Setting up the Akida development evironment

  1. Go to https://www.anaconda.com/download/ and download installer
  2. Install anaconda bash Anaconda-latest-Linux-x86_64.sh
  3. Create conda environment conda create --name akida_env python=3.7
  4. Activate conda environement conda activate akida_env
  5. Install python dependencies pip install -r requirements.txt

Running and using the example

  1. run python3 akida_yolo.py

Read More

Read all the documentation at https://doc.brainchipinc.com