- Clone the repository:
git clone <repository-url> cd SignalProcessingApp
- Set up the virtual environment and install dependencies:
bash Copy code python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
- Run the application:
bash Copy code python backend/app.py Open your browser and navigate to http://127.0.0.1:5000.