A computer vision project built using TensorFlow and OpenCV to detect and localize objects in images or real-time video streams using pre-trained deep learning models.
- Detects multiple objects in images and videos
- Displays bounding boxes with confidence scores
- Supports real-time webcam detection
- Uses TensorFlow Object Detection API
- Easily extendable for custom-trained models
- Language: Python
- Framework: TensorFlow
- Computer Vision: OpenCV
- Libraries: NumPy
- Tools: Git, GitHub
Tensorflow_Object_Detection/
โโโ images/
โโโ models/
โโโ training/
โโโ inference/
โโโ scripts/
โโโ workspace/
โโโ requirements.txt
โโโ README.md
git clone https://github.com/ShivamSatpute203/Tensorflow_Object_Detection.git
cd Tensorflow_Object_Detection
pip install -r requirements.txtRun the project using the appropriate entry point:
python detect.pyReplace
detect.pywith your project's main Python file if different.
- TensorFlow Object Detection API
- Computer Vision fundamentals
- Real-time object detection
- Deep learning model inference
- Image processing with OpenCV
- Train on custom datasets
- Add YOLO support
- Improve inference speed
- Deploy as a web application
Shivam Satpute