abhi-patil20/Object-detection-via-Tensorflow
Use the Tensorflow Object Detection API with Tensorflow 2
This project helps machine learning engineers or AI developers integrate object detection capabilities into their applications using TensorFlow 2. It provides the tools and framework to train and deploy models that can identify and locate objects within images or video streams. Developers can feed in their dataset of images with labeled objects and get a trained model capable of detecting those objects in new data.
Use this if you are a machine learning engineer building custom object detection features and need a robust, scalable framework.
Not ideal if you are a non-developer seeking a no-code solution for object detection or if you prefer a different deep learning framework.
Stars
11
Forks
3
Language
Python
License
—
Category
Last pushed
Feb 15, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/abhi-patil20/Object-detection-via-Tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
broadinstitute/keras-rcnn
Keras package for region-based convolutional neural networks (RCNNs)
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
sovit-123/fasterrcnn-pytorch-training-pipeline
PyTorch Faster R-CNN Object Detection on Custom Dataset
kenshohara/video-classification-3d-cnn-pytorch
Video classification tools using 3D ResNet
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch