Skip to content

csanz/rasberrypi-ai-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Face Detection

Raspberry Pi Face Detection Demo

A simple image classification system using MobileNet V2 on Raspberry Pi.

Setup

  1. Clone the repository:
git clone https://github.com/csanz/rasberrypi-ai-detect.git
cd rasberrypi-ai-detect
  1. Create a models directory:
mkdir -p models
  1. Download MobileNet V2:
    • Visit MobileNet V2 on Kaggle
    • Download the TFLite model
    • Rename it to mobilenet_v2.tflite and place it in the models directory
    • Download the labels file and rename it to mobilenet_v2.txt

Usage

Run inference on an image:

python3 run_inference.py path/to/your/image.jpg

Example Output

Example Output

License

GPL-3.0 license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published