Object Detection Web App with TensorFlow, OpenCV and Flask
- 4.6
Brief Introduction
Build an Object Detection Model from Scratch using Deep Learning and Transfer LearningDescription
Detecting Objects and finding out their names from images is a very challenging and interesting field of Computer Vision.
The core science behind Self Driving Cars, Image Captioning and Robotics lies in Object Detection.
In this course, you are going to build a Object Detection Model from Scratch using Python's OpenCV library using Pre-Trained Coco Dataset.
The model will be deployed as an Web App using Flask Framework of Python.
TECHNOLOGIES & TOOLS USED
Python
Machine Learning
Deep Learning
Transfer Learning
Tensorflow
OpenCV
Flask
Requirements
- Requirements
- Beginner Knowledge of Python