This project trains an audio streaming model using PyTorch and PySpark.
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install dependencies:
make install
-
To run the training script:
make run
-
To run tests:
make test
-
To lint the code:
make lint
-
To build the Docker image:
make docker-build
-
To run the Docker container:
make docker-run