{"id":16054946,"url":"https://github.com/outspeed-ai/outspeed","last_synced_at":"2025-05-15T09:04:58.425Z","repository":{"id":257685472,"uuid":"859021758","full_name":"outspeed-ai/outspeed","owner":"outspeed-ai","description":"Python SDK to build realtime AI applications on voice and video.","archived":false,"fork":false,"pushed_at":"2024-11-27T03:54:44.000Z","size":1560,"stargazers_count":386,"open_issues_count":4,"forks_count":23,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-07T09:07:18.425Z","etag":null,"topics":["ai","chatbot","multimodal","realtime","voice-assistant","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outspeed-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-18T00:06:00.000Z","updated_at":"2025-04-02T18:08:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b4f16f9-d368-4abc-b046-a1005ed1112c","html_url":"https://github.com/outspeed-ai/outspeed","commit_stats":{"total_commits":52,"total_committers":5,"mean_commits":10.4,"dds":0.5384615384615384,"last_synced_commit":"e116adf41c8cd699a9df7a470f6d991d3bd88084"},"previous_names":["outspeed-ai/outspeed"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Foutspeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Foutspeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Foutspeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outspeed-ai%2Foutspeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outspeed-ai","download_url":"https://codeload.github.com/outspeed-ai/outspeed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248890693,"owners_count":21178490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chatbot","multimodal","realtime","voice-assistant","webrtc"],"created_at":"2024-10-09T02:04:53.855Z","updated_at":"2025-04-14T13:47:28.364Z","avatar_url":"https://github.com/outspeed-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"/.github/outspeed_dark.jpg\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"/.github/outspeed_light.jpg\"\u003e\n  \u003cimg style=\"width:50%;\" alt=\"The Outspeed Logo and SDK repository.\" src=\"https://raw.githubusercontent.com/outspeed/outspeed/main/.github/banner_light.png\" width=\"50%\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/outspeed.svg?style=social\u0026label=Follow%20%40outspeedAI)](https://twitter.com/outspeedAI) [![GitHub Repo stars](https://img.shields.io/github/stars/outspeed-ai/outspeed?style=social)](https://github.com/outspeed-ai/outspeed)\n[![pypi](https://img.shields.io/pypi/v/outspeed.svg)](https://pypi.python.org/pypi/outspeed)\n[![Downloads](https://static.pepy.tech/badge/outspeed/month)](https://pepy.tech/project/outspeed)\n\n[Community](https://discord.gg/cmffw6syvp) | [Docs](https://docs.outspeed.com) | [Dashboard](https://app.outspeed.com)\n\n\u003c/div\u003e\n\n# Outspeed\n\nOutspeed is a PyTorch-inspired SDK for building real-time AI applications on voice and video input. It offers:\n\n- Low-latency processing of streaming audio and video\n- Intuitive API familiar to PyTorch users\n- Flexible integration of custom AI models\n- Tools for data preprocessing and model deployment\n\nIdeal for developing voice assistants, video analytics, and other real-time AI applications processing audio-visual data.\n\n## Install\n\nYou can install `outspeed` SDK from pypi using\n\n```\npip install \"outspeed[silero]\u003e=0.1.143\"\n```\n\nThis would install the core `outspeed` package.\nRead our [quickstart guide](https://docs.outspeed.com/examples/quickstart) to get started.\n\n### Usage\n\nRead the [docs](http://docs.outspeed.com) to learn more about the SDK.\n\nTo deploy your realtime function on Outspeed's infra, you can use the `outspeed deploy` CLI.\n\n```\n# functions.py contains your realtime function code\noutspeed deploy --api-key=\u003cyour-api-key\u003e functions.py\n```\n\n[Contact us](mailto:contact@outspeed.com) to get an API key and deploy.\n\nOnce deployed, you can use the playground in the examples repo to test the deployed code.\n\n### Examples\n\nAll the examples are available in the `examples` folder.\nTo install the package so that all examples run, use:\n\n```\npip install \"outspeed[silero]\u003e=0.1.143\"\n```\n\nOr, if you're using poetry:\n\n```\npoetry add 'outspeed[silero]'\n```\n\nThis will install all the additional libraries that are required for examples to work.\n\n---\n\n### Logging\n\nTo 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.\n\n## Roadmap\n\n| Feature                                                      | Status     | Target Release |\n| ------------------------------------------------------------ | ---------- | -------------- |\n| Local STT                                                    | On the way | Q4 2024        |\n| DeepReel Integration (Human Clone)                           | On the way | Q4 2024        |\n| Long Conversation Support                                    | Planned    | Q4 2024        |\n| Local Model Vision and Text (With Ollama, and vision models) | Planned    | Q4 2024        |\n| Call Recording                                               | Planned    | Q4 2024        |\n| Wakeup Word                                                  | Planned    | Q4 2024        |\n| On device models                                             | Planned    | Q4 2024        |\n| Local TTS                                                    | Planned    | Q4 2024        |\n\n## Run CircleCI Tests Locally\n\nMake sure docker is installed and running.\n\n```\nbrew install circleci\ncircleci local execute run-tests\n```\n\n## Contribute\n\nWe welcome contributions to the Outspeed SDK! If you're interested in contributing, please submit a PR or [contact us](mailto:contact@outspeed.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutspeed-ai%2Foutspeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutspeed-ai%2Foutspeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutspeed-ai%2Foutspeed/lists"}