Skip to content

Clearbuds machine learning repository

License

Notifications You must be signed in to change notification settings

MariaKraus/clearbuds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clearbuds example

The repository adapts the example from https://github.com/vivjay30/clearbuds. It uses the same models and the example use case from 'cascaded.sh'.

Installation with Anaconda

conda create -n clearbud_env python=3.8

conda activate clearbud_env

pip3 install torch torchvision torchaudio

cd clearbuds

pip install -r requirements.txt

Models

Run

python3 main.py --dir_data "/path/to/data_directory" --left_channel 0 , --right_channel 1 

About

Clearbuds machine learning repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%