Reproducible code of my master's degree final work.
Create an environment using anaconda with the command below.
conda create -n env_name python=3.6.8
conda activate env_nameInstall the requirements using the command below:
pip install -r requirements.txt