New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

outspeed

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

outspeed

  • 0.2.12
  • PyPI
  • Socket score

Maintainers
1

The Outspeed Logo and SDK repository.

Twitter GitHub Repo stars pypi Downloads

Community | Docs | Dashboard

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[silero]>=0.1.143"

This would install the core outspeed package. Read our quickstart guide to get started.

Usage

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[silero]>=0.1.143"

Or, if you're using poetry:

poetry add 'outspeed[silero]'

This will install all the additional libraries that are required for examples to work.


Logging

To develop on top of the SDK, set environment variable DEV_INFO or DEV_DEBUG to get logs from the SDK for the corresponding log level.

Roadmap

FeatureStatusTarget Release
Local STTOn the wayQ4 2024
DeepReel Integration (Human Clone)On the wayQ4 2024
Long Conversation SupportPlannedQ4 2024
Local Model Vision and Text (With Ollama, and vision models)PlannedQ4 2024
Call RecordingPlannedQ4 2024
Wakeup WordPlannedQ4 2024
On device modelsPlannedQ4 2024
Local TTSPlannedQ4 2024

Run CircleCI Tests Locally

Make sure docker is installed and running.

brew install circleci
circleci local execute run-tests

Contribute

We welcome contributions to the Outspeed SDK! If you're interested in contributing, please submit a PR or contact us.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc