Skip to content

lucasfonsecads/audio_streaming_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Streaming Project

Overview

This project trains an audio streaming model using PyTorch and PySpark.

Setup

  1. Create a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  2. Install dependencies:

    make install

Usage

  • To run the training script:

    make run
  • To run tests:

    make test
  • To lint the code:

    make lint

Docker

  • To build the Docker image:

    make docker-build
  • To run the Docker container:

    make docker-run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published