An open API service indexing awesome lists of open source software.

https://github.com/ayushexel/packgen

testing a package generator
https://github.com/ayushexel/packgen

Last synced: 29 days ago
JSON representation

testing a package generator

Awesome Lists containing this project

README

        

### Usage:
* Clone this repo
* run `pip install .`
```
>>> import yolov5
>>> yolov5.detect()
>>> yolov5.train()
```