# IoT Scholarship: Edge AI with OpenVINO
## OpenVINO Pipeline
- Model Optimizer
- Inference Engine
## Key Models
- Face recognition
- Object detection
- Pose estimation
## Edge Hardware
- Coral TPU
- Intel Movidius
## Model Types
- Classification, detection
- Segmentation, GANs
IoT Scholarship Foundation
Edge AI with Intel OpenVINO
Key Models
- Face recognition: OpenCV 4.1.1
- Image classification: Deep learning with high accuracy
- Object detection: MobileNet SSD (~5 FPS)
- Pose estimation: Very fast and accurate
- Coral TPU: Good performance with modifications
- Intel Movidius Stick 2: Good with OpenCV and Python
OpenVINO Pipeline
- Pre-trained models from Open Model Zoo
- Model Optimizer: TF/PyTorch/Caffe → IR format
- Inference Engine: Run optimized IR models
- Edge deployment: Input streams, MQTT, web serving
Model Types
- Classification (yes/no, 1000 classes, 20K ImageNet)
- Detection (bounding boxes + classification)
- Segmentation (semantic: all same class; instance: separate objects)
- Pose estimation
- Text recognition
- GANs
#IoT #OpenVINO #EdgeAI #FarshidPirahansiah