/image-downloader

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

image-downloader

Installation

  • Run conda env update -f environment.yaml from the command line in the root directory to install all required dependencies.
  • Run export PYTHONPATH="${PYTHONPATH}:/the_path_of_cloned_repository/ to setup the working directory correctly.

Scripts documentation

  • Streamlit Application Script

    Starts web application whose purpose is to provide UI for code uploading and executing process.
    Running command:

    python run.py --config-name=start_streamlit_app 

    After running, you'll see the path, when you can redirect and use the application.

alt text

  • Desktop Application Script

    Starts desktop application whose purpose is to provide UI for code uploading and executing process.
    Running command:

    python run.py --config-name=start_desktop_app 

    After running, you'll see a popup and the application is ready to be used.

alt text

  • Script documentation

    Just starts the script which downloads the images. The required arguments can be passed through command line or be
    updated in configs/download_images.yaml file.

    Running command:

     python run.py --config-name=download_images