Skip to main content

A clustering library with optional GPU support by AnupamAS01

Project description

AnupamAS01

Creating A Server

from vidstream import StreamingServer

server = StreamingServer('127.0.0.1', 9999)
server.start_server()

# Other Code

# When You Are Done
server.stop_server()

Creating A Client

from vidstream import CameraClient
from vidstream import VideoClient
from vidstream import ScreenShareClient

# Choose One
client1 = CameraClient('127.0.0.1', 9999)
client2 = VideoClient('127.0.0.1', 9999, 'video.mp4')
client3 = ScreenShareClient('127.0.0.1', 9999)

client1.start_stream()
client2.start_stream()
client3.start_stream()

anupam-action-test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

denseclus-2.1.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file denseclus-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: denseclus-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.19

File hashes

Hashes for denseclus-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8b68cb6a7cad1c7ac83c1b0ccf2317d5aac8afc0ac135eed0ec74b68c3a4e338
MD5 b6ed59916c7595cf60fb8fd870ccb2a3
BLAKE2b-256 2c20055ff1b824981b896237a2d3e07faae896b098eea78a56096579cdcdf102

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page