Skip to content
This repository was archived by the owner on May 7, 2022. It is now read-only.

participation log of Bandai Namco Data Science Challenge (from 2020-04-15 to 2020-05-15)

License

Notifications You must be signed in to change notification settings

skypenguins/bandai-namco-data-science-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My participation log of the Bandai Namco Data Science Challenge competition

This repo contains my solution to the Bandai Namco Data Science Challenge competition.

Overview

The objective of this competition was to remove the artificial noise from the given voice data. The voice data was converted into Mel Spectrogram.

Dataset

  • raw[0-9]\{3}.npy
    • Mel Spectrogram of raw voice data
    • 100 files
  • noised_tgt_[0-9]{3}.npy
    • Mel Spectrogram of noised voice data
    • 30 files

My solution

I used a pix2pix model to achieve this competition.

Prerequisites

  • become-yukarin
  • librosa
    • for convert_to_wav.py
  • numpy
    • for convert_to_wav.py

License

MIT License

About

participation log of Bandai Namco Data Science Challenge (from 2020-04-15 to 2020-05-15)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published