Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
testing a package generator
- Host: GitHub
- URL: https://github.com/ayushexel/packgen
- Owner: AyushExel
- License: apache-2.0
- Created: 2022-05-13T15:30:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T04:03:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T05:34:29.735Z (2 months ago)
- Language: Python
- Size: 14.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### Usage:
* Clone this repo
* run `pip install .`
```
>>> import yolov5
>>> yolov5.detect()
>>> yolov5.train()
```