To ensure all dependencies are properly installed, we use a Conda environment.
-
Install Conda
If you haven't already, download and install Miniconda or Anaconda for your OS.
-
Clone the Repository
git clone https://github.com/Gavision97/VISL_Project.git cd VISL_Project
-
Create the Environment
Use the
environment.yml
file provided in the project root to create a Conda environment namedvisl
.conda env create -f environment.yml
-
Activate the Environment
conda activate visl
-
Run the Project
Now you're ready to run your scripts and notebooks using the
visl
environment.