This work is created by Foram Shah and Parshwa Shah in collaboration for ITCS6556 - Machine Learning (by Christian Kümmerle) course at UNC Charlotte.
Below is the list of files and their description:
-
custom_diffusion_training.ipynb
: This file contains the implementation of the custom diffusion training algorithm. -
stable_diffusion_inference_steps.ipynb
: This file contains the implementation of the stable diffusion training algorithm. -
rnn_lstm.ipynb
: This file contains the implementation of the RNN and LSTM models. -
transformer.ipynb
: This file contains the implementation of the Transformer model. -
conversion.py
: This file contains the implementation of the conversion of spectrogram to audio (Can also be extended for PyDub to Spectrogram).