Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.2 KB

Loudspeaker simulation


🚀 Try the Demo on Hugging Face

Explore and interact with the demo on Hugging Face Spaces!

➡️ Click here to try the demo on Hugging Face

Feel free to provide feedback or report any issues while testing the demo. Your input helps to improve!


📋 Prerequesites

Python version: This project requires Python version 3.9 or higher. Ensure that your system has the appropriate version installed before proceeding.

Poetry: Used for dependency management and packaging in this project. Visit the official Poetry installation guide for instructions tailored to your operating system.

📦 Package installation

  1. Download the repository

    git clone https://github.com/nahue-passano/loudspeaker-tmatrix.git
    cd loudspeaker-tmatrix
  2. Create the poetry environment

    poetry install

🚀 Usage

  1. Initialize the poetry environment

     poetry shell
  2. Run the streamlit app

    streamlit run loudspeaker_tmatrix/app.py