Quick Start

  1. Create a Python environment

    conda create -n plf_env
    conda activate plf_env
    
  2. Install required packages

    pip install PyLabFlow jupyter
    
  3. Download the example project

    To download the Basic folder from GitHub:

    1. Go to the website:

    https://download-directory.github.io/
    
    1. Paste the GitHub folder URL:

    https://github.com/ExperQuick/PLF_DL_SetUps/tree/main/Basic
    
    1. Download the folder and extract it to a location of your choice on your device.

  4. Launch Jupyter Notebook

    jupyter notebook
    
  5. Open the project in your browser

    Navigate to the folder where you extracted the downloaded project.

  6. Follow the instructions sequentially

    Execute the files in order:

    • setup.py

    • experiment.ipynb

    • Monitor.ipynb

    Follow the steps in the README and respective .ipynb files inside the folder for smooth setup, experiments, and monitoring.