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.1.tar.gz
(5.9 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.1.tar.gz.
File metadata
- Download URL: turbovision-0.1.1.tar.gz
- Upload date:
- Size: 5.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3010e8660851c191737f23a06c9b7e98cce733bc13566b2dd23ca704b78c070b
|
|
| MD5 |
afa2bb74d69151d998d1c6285e7c8c05
|
|
| BLAKE2b-256 |
2629b7aae08776838e33068c6d5c97a7c42aeffd92ba2a511e03e0bf83425254
|
File details
Details for the file turbovision-0.1.1-py3-none-any.whl.
File metadata
- Download URL: turbovision-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
110bc0657b1ea121a69e83fde88c0f898af45557df08b2200f287f72254eef72
|
|
| MD5 |
b58664057d9448e1535c5a8ee49b838a
|
|
| BLAKE2b-256 |
676f3f1e856e45f50b6d9be39d349747578970b5a681efc01fd4232be3b8031f
|