My Unofficial implementation for the paper: [TOWARDS IMPROVED ROOM IMPULSE RESPONSE ESTIMATION FOR SPEECH RECOGNITION] (https://arxiv.org/pdf/2211.04473.pdf)
-
Make sure you have Docker and Docker Compose installed on your system.
-
Clone the repository:
git clone https://github.com/AhmedNasr7/RIR_Estimator
- Navigate to the project directory:
cd RIR_Estimator
- Run the application using Docker Compose:
docker-compose up
- Start Training
python3 train.py
- Clone the repository:
git clone https://github.com/AhmedNasr7/RIR_Estimator
- Navigate to the project directory:
cd RIR_Estimator
- Create a virtual environment (optional):
python3 -m venv env
- Activate the virtual environment:
- On Windows:
.\env\Scripts\activate
- On macOS and Linux:
source env/bin/activate
- Install the required dependencies:
python3 -m pip install -r requirements.txt
- Start Training
python3 train.py