Turbo for Turbovision
Project description
Team Classifier OSNet
A Python package for team classification using OSNet.
Installation
pip install team-classifier-osnet
Usage
from team_classifier_osnet import TeamClassifier
# Use TeamClassifier here
instance = TeamClassifier()
Setup Instructions
- Place your
.pycfile in theteam_classifier_osnet/directory and name itmodule.pyc - Update
team_classifier_osnet/main.pyto replaceTeamClassifierwith the actual class name from your.pycfile - Update
team_classifier_osnet/__init__.pyto export the correct class name - Update
pyproject.tomlwith your package information (name, author, etc.)
Building and Publishing
# Install build tools
pip install build twine
# Build the package
python -m build
# Upload to PyPI (test first with testpypi)
twine upload dist/*
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
turbovision-0.1.6.tar.gz
(5.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file turbovision-0.1.6.tar.gz.
File metadata
- Download URL: turbovision-0.1.6.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8307fa0ec09d71fb77bebefb0b74827b2ff2dade164aa2d9319c81f1909b6e61
|
|
| MD5 |
379fdf497090646ccba96e5bc2c70f5b
|
|
| BLAKE2b-256 |
18f55c2da33aedcf7e6017fd02a68126fe3abc14739c2a931230a93996c9749f
|
File details
Details for the file turbovision-0.1.6-py3-none-any.whl.
File metadata
- Download URL: turbovision-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa4cbffc69ed0af5ae0209b2be21ef5ae6f2b1929d88f7301801e1eee759176
|
|
| MD5 |
0e00bcec125a4c8954e5d554c06251ee
|
|
| BLAKE2b-256 |
c893f4238014d77da878318d5afd83c08f65cef1cc86ee9df53c46b67bd8eaab
|