📝 | Updated README.md
This commit is contained in:
parent
efb0b34200
commit
d2e5ae9061
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user