Skip to content

Small data-augmentation python module for data science and neural networks with audio

License

Notifications You must be signed in to change notification settings

jake-is-ESD-protected/augmolino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

augmolino

augmolino is a small data-augmentation python module for data science and neural networks with focus on audio. Its methods are very file-based and user friendly for simple mass-augmentation. logo

First things first!

  • This module is for wav-files only
  • Data augmentation needs huge amounts of memory
  • Use this module to expand your datasets

Based on:

Usage:

  • Create as many augmentation objects as you like. Here you specify the exact parameters of every augmentation
  • Run them by passing them a source and destination file path.
  • OR group them together in an augmenter which is like a pipeline for augmentations. YOu can add augmentations to the augmenter and point it to different files or folders. It has automatic naming capabilities and saves the files to disk or returns you the signals directly depending on your project style.

About

Small data-augmentation python module for data science and neural networks with audio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages