A classy example of using Akida's One-Shot Learning to determine if the object is a hotdog or not a hotdog.
This is an extremely loose example that takes only two images. One hotdog and one not hotdog. There is a training dataset out there specifically for the not hotdog app but I just wanted to experiment with a single image of a hotdog.
- Go to
https://www.anaconda.com/download/
and download installer - Install anaconda
bash Anaconda-latest-Linux-x86_64.sh
- Create conda environment
conda create --name akida_env python=3.6
- Activate conda environement
conda activate akida_env
- Install python dependencies
pip install -r requirements.txt
python3 akida_not_hotdog.py
- Point webcam at object and press
space
to determine if it is a hotdog or not a hotdog - If you want to teach it more hotdogs or not hotdogs, point webcam at something and press
y
if its a hotdog orn
if its not hotdog
The concept is taken from the TV show
Read all the documentation at https://doc.brainchipinc.com