Quick Start
Create a Python environment
conda create -n plf_env conda activate plf_env
Install required packages
pip install PyLabFlow jupyter
Download the example project
To download the Basic folder from GitHub:
Go to the website:
https://download-directory.github.io/
Paste the GitHub folder URL:
https://github.com/ExperQuick/PLF_DL_SetUps/tree/main/Basic
Download the folder and extract it to a location of your choice on your device.
Launch Jupyter Notebook
jupyter notebookOpen the project in your browser
Navigate to the folder where you extracted the downloaded project.
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.