Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayushexel/packgen

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

Last synced: 27 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()
```