Metadata-Version: 2.1
Name: yolov5processor
Version: 1.1.1
Summary: Wrapper package for yolov5 inference:v3.0
Home-page: https://github.com/AkshayGanesh/yolov5processor/tree/v1.0
Author: Akshay G
Author-email: akshayganes@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Cython
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: PyYAML
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: tensorboard
Requires-Dist: tqdm
Requires-Dist: torch (==1.6.0)
Requires-Dist: torchvision (==0.7.0)

# Yolo v5 Inference Engine
Basically a wrapper for the detection program for ease of use.

## How to install:
pip install yolov5processor


