Skip to content

wrist/streamlit-dsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-dsp

Open in Streamlit

This repository will contain streamlit sample app for digital signal processing.

how to run

preparation

$ pip install poetry invoke  # if you don't install poetry and invoke
$ git clone https://github.com/wrist/streamlit-dsp.git
$ cd streamlit-dsp
$ poetry install

notice

The command poetry install usually tries to make a new venv then install the dependencies into the inside, but if you already activate some virtualenv(including conda env), poetry tries to use the virtualenv.

run apps

$ inv run

You can run each apps separately like below.

$ inv run-window-viewer
$ inv run-filter-designer
$ inv run-room-designer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages