Skip to content

Repository for my Bachelor of Engineering These

License

Notifications You must be signed in to change notification settings

Kabanosk/SEMGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEMGAN

SEMGAN is a Speech Enhancement Multi-Discriminator Generative Adversarial Network implemented in Python. This project was developed as part of my B.Eng. thesis.

Prerequisites

  • Python 3.11 or higher

Installation

  1. Clone the repository:

    git clone [email protected]:Kabanosk/SEMGAN.git
  2. Navigate to the project directory:

    cd semgan
  3. Install the dependencies using Poetry:

    poetry install

Usage

Training

To train the SEMGAN model, run the following command:

PYTHONPATH="." poetry run python3 src/train.py -c src/config/config.yaml

Make sure to update the configuration file src/config/config.yaml with the desired settings before running the training script.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

For any questions or inquiries, please contact Wojciech Fiołka at [email protected].

About

Repository for my Bachelor of Engineering These

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages