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
- Host: GitHub
- URL: https://github.com/ayushexel/packgen
- Owner: AyushExel
- License: apache-2.0
- Created: 2022-05-13T15:30:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T04:03:03.000Z (about 2 years ago)
- Last Synced: 2025-02-08T09:44:52.297Z (3 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()
```