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
- Host: GitHub
- URL: https://github.com/anras5/fft-with-dash
- Owner: anras5
- Created: 2023-02-19T19:05:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T12:45:49.000Z (about 2 years ago)
- Last Synced: 2025-01-21T17:49:59.135Z (4 months ago)
- Language: Python
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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