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.5.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.5.tar.gz.
File metadata
- Download URL: turbovision-0.1.5.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 |
5f6b32963a2a486b862d59ebb4cf52870c876a74ad3f12c1da116c32f4e3481e
|
|
| MD5 |
cd412a12b31eda97c054b8d51fe5ad47
|
|
| BLAKE2b-256 |
3ae11d9514bdf0bd5b1ae81b9fce79380ad0b2e64516ce9b608a2b38114b42a1
|
File details
Details for the file turbovision-0.1.5-py3-none-any.whl.
File metadata
- Download URL: turbovision-0.1.5-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 |
5b825d74952726d22bd72cb1f35f80e0480e2612d29f92475a6a9440e61ff94b
|
|
| MD5 |
0ae64a1ed015b516c1ed7b6892ead088
|
|
| BLAKE2b-256 |
5952b518e18e13445e3056d7bfc1ae0f196a010847a092fb542ab42f1bee7f7a
|