An open API service indexing awesome lists of open source software.

https://github.com/anras5/fft-with-dash

FFT with Dash Plotly
https://github.com/anras5/fft-with-dash

Last synced: 2 months ago
JSON representation

FFT with Dash Plotly

Awesome Lists containing this project

README

        

# FFT with Dash Plotly

Interactive visualization of FFT in Dash Plotly.

See live demo on: https://fft-with-dash.onrender.com/

## How to run the app

```commandline
pip install -r requirements.txt
python3 src/app.py
```

## Built with
- Python 3.8
- Dash Plotly
- Pandas
- Numpy