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.0.tar.gz
(3.4 kB
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.0.tar.gz.
File metadata
- Download URL: turbovision-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b14e1791bbb5e3c7b06be80d0445e06677c1829297bce08675a48c783b64d22a
|
|
| MD5 |
7627f162a8707a706668c5ec415b38b8
|
|
| BLAKE2b-256 |
6cf19b5965e381bab46eec9495a4abe1256b7651ea449d4d22f1028fd9348a10
|
File details
Details for the file turbovision-0.1.0-py3-none-any.whl.
File metadata
- Download URL: turbovision-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a677f6b101dd2cf54957ce561e987e49081a2eb8512afab2d6a98f374ace945d
|
|
| MD5 |
2bee1a40cd9b05bd4856296d880fc1a5
|
|
| BLAKE2b-256 |
21d70eba6c5a782721ca15090f7247477041e314f7dfa224f3bfb41313ac8a02
|