Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spotify/klio
Smarter data pipelines for audio.
https://github.com/spotify/klio
audio-processing data-pipeline media-processing signal-processing
Last synced: 7 days ago
JSON representation
Smarter data pipelines for audio.
- Host: GitHub
- URL: https://github.com/spotify/klio
- Owner: spotify
- License: apache-2.0
- Created: 2020-08-07T22:02:58.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-10T19:37:37.000Z (12 months ago)
- Last Synced: 2024-12-20T07:07:41.190Z (14 days ago)
- Topics: audio-processing, data-pipeline, media-processing, signal-processing
- Language: Python
- Homepage: https://docs.klio.io
- Size: 73.7 MB
- Stars: 847
- Watchers: 21
- Forks: 48
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-list - klio
README
.. image:: docs/src/_static/images/logo_small.png
:alt: Klio Logo==========================================
``klio``: Smarter data pipelines for audio
==========================================.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache Licensed.. image:: https://readthedocs.org/projects/klio/badge/?version=latest
:target: https://docs.klio.io/en/latest/?badge=latest
:alt: Documentation Status| *Latest Versions of Klio Packages:*
.. image:: https://img.shields.io/pypi/v/klio-cli?color=%2300aa55&label=klio-cli
:target: https://pypi.org/project/klio-cli
:alt: Latest version of klio-cli on PyPI.. image:: https://img.shields.io/pypi/v/klio?color=%2300aa55&label=klio
:target: https://pypi.org/project/klio
:alt: Latest version of klio on PyPI.. image:: https://img.shields.io/pypi/v/klio-exec?color=%2300aa55&label=klio-exec
:target: https://pypi.org/project/klio-exec
:alt: Latest version of klio-exec on PyPI.. image:: https://img.shields.io/pypi/v/klio-audio?color=%2300aa55&label=klio-audio
:target: https://pypi.org/project/klio-audio
:alt: Latest version of klio-audio on PyPI.. image:: https://img.shields.io/pypi/v/klio-core?color=%2300aa55&label=klio-core
:target: https://pypi.org/project/klio-core
:alt: Latest version of klio-core on PyPI.. defining roles used here so that github & PyPI project page ignores them when rendering the README.
.. start-long-desc
.. role:: violetemph
What is Klio?
-------------.. start-intro
Klio is an :violetemph:`ecosystem` that allows you to process audio files – or any binary files – easily and at scale.
Klio jobs are :violetemph:`opinionated` data pipelines in Python (streaming or batch) built upon `Apache Beam `_ and tuned for audio and binary file processing.
Klio was built by Spotify to run our large-scale :violetemph:`audio intelligence systems` and is used by teams of engineers and audio researchers to help develop and deploy next generation audio algorithms.
.. end-intro
Read more about Klio `here `_.
Get Started
-----------Check out our `Quick Start `_ guide on how to start using Klio.
Resources
---------.. start-resources
* Have a look at our `complete documentation `_.
* Check out our `contributors' guide `_.
* Read up on some of our `FAQs `_.
* Review our `Code of Conduct `_ - this is how we roll... end-resources