Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 414 Bytes

File metadata and controls

25 lines (17 loc) · 414 Bytes

Signal Processing Visualization

Setup

  1. Clone the repository:
    git clone <repository-url>
    cd SignalProcessingApp
    
  2. Set up the virtual environment and install dependencies:

bash Copy code python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

  1. Run the application:

bash Copy code python backend/app.py Open your browser and navigate to http://127.0.0.1:5000.