No project description provided
Project description
Outspeed
Outspeed is a PyTorch-inspired SDK for building real-time AI applications on voice and video input. It offers:
- Low-latency processing of streaming audio and video
- Intuitive API familiar to PyTorch users
- Flexible integration of custom AI models
- Tools for data preprocessing and model deployment
Ideal for developing voice assistants, video analytics, and other real-time AI applications processing audio-visual data.
Install
You can install outspeed
SDK from pypi using
pip install outspeed
This would install the core outspeed
package.
You can read docs to get started.
Usage
You can read the docs to learn more about the SDK.
To deploy your realtime function on Outspeed's infra, you can use the outspeed deploy
CLI.
# functions.py contains your realtime function code
outspeed deploy --api-key=<your-api-key> functions.py
Contact us to get an API key and deploy.
Once deployed, you can use the playground in the examples repo to test the deployed code.
Examples
All the examples are available in the examples
folder.
To install the package so that all examples run, use:
pip install 'outspeed[plugins,torch]'
Or, if you're using poetry:
poetry add 'outspeed[plugins,torch]'
This will install all the additional libraries that are required for examples to work.
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
Built Distribution
File details
Details for the file outspeed-0.1.136.tar.gz
.
File metadata
- Download URL: outspeed-0.1.136.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43c6dd6c3c915a9c4a463c7d8928fc06925c7ab5ff527b3e6aa97431ce7d22bc |
|
MD5 | 7276cacd219002eda1885618b28fb35c |
|
BLAKE2b-256 | e8cd7df9e706d1891b06689736c0ef1a42e46000ef9e25a9d2944355714c4449 |
File details
Details for the file outspeed-0.1.136-py3-none-any.whl
.
File metadata
- Download URL: outspeed-0.1.136-py3-none-any.whl
- Upload date:
- Size: 60.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4827110057e4fc0c9d49dfb7f28408ffac5baa48c9fac3344ce2fcf8ea9a374 |
|
MD5 | 2271effad645e995f7fb262690ec7921 |
|
BLAKE2b-256 | 166a30aa3101b9d114a43513b5bbb27df64f45174c68ee027731ba7dd518d6dd |