# Real-Time-Object-Detection
**Repository Path**: tu-long/Real-Time-Object-Detection
## Basic Information
- **Project Name**: Real-Time-Object-Detection
- **Description**: PyTorch and OpenCV based application to perform real time object detection
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-18
- **Last Updated**: 2021-09-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Real-Time-Object-Detection
TL;DR: Python application for read time object detection on video feed.
## Usage
You can install all the used packages using.
```pip install -r requirements.txt```
To parse an URL.
```python Object_Detection_YouTube.py ```
To parse a drone video for humans only.
```python Drone_Human_Detection_Model.py ```
## Upcoming Features.
- Real Time Object Detection using Webcam.
- Flask based REST API to stream parsed video live on web browser
:blue_heart: