From d2e5ae9061cbf368c569bbcec6ce3e6fd88d822a Mon Sep 17 00:00:00 2001 From: NikkeDoy Date: Tue, 17 Dec 2024 22:50:58 +0200 Subject: [PATCH] :memo: | Updated README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80102c4..cd3b819 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,12 @@ SISU (Super Ingenious Sound Upscaler) is a project that uses GANs (Generative Ad ### Structure of the Project -- **data**: This folder has some sample audio files for testing. +- **dataset**: This folder has some sample audio files for testing. - **models**: - `generator.py`: This file has the code for the part that improves the audio. - `discriminator.py`: This file has the code for the part that checks if the audio is good or not. - **training**: - - `train.py`: This script is used to teach the computer how to improve the audio. -- **utils**: - - Some helper files to make loading and preparing the audio easier. + - `training.py`: This script is used to teach the computer how to improve the audio. ### Using the Project