This repository contains the implementations of various deep learning algorithms and projects that I have worked on.
environment.yml file contains the list of all the required packages. You can create a conda environment using the following command:
conda env create -f environment.yml
To update the environment with the latest packages, you can run the following command:
conda env update -f environment.yml
Activate the environment using the following command:
conda activate deepl