📝 | Updated README.md

This commit is contained in:
NikkeDoy 2024-12-17 22:50:58 +02:00
parent efb0b34200
commit d2e5ae9061

View File

@ -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