Online Demo
Go and try yourself the interactive online demos!
Wiener audio
Allows you to experiment with noise reduction in an audio signal using a Wiener filter.
You can visit https://cutcutcodec-wiener-audio.streamlit.app or run the demo locally with
streamlit run docs/demo/wiener_audio.py.
Colorspace
Allows you to juggle colour spaces.
You can visit https://cutcutcodec-colorspace.streamlit.app or run the demo locally with
streamlit run docs/demo/colorspace.py.