I am new to Machine Learning, but I have basic knowledge in programming.
I have just completed fast.ai course and I know how to use Google Colab.
But I still have no idea on how to get this project work on Colab.
I have just created a new notebook, and set up the environment,
I run
from google.colab import drive
drive.mount('/content/drive')
import keras
!git clone https://github.com/andabi/deep-voice-conversion
in my notebook, it copies all files to my google drive, but I do not know what is the next step.