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