View Source BrowserForge.Download (BrowserForge v0.1.0)

Downloads the required model definitions

Summary

Functions

Downloads the required data files based on the provided options.

Downloads files if they don't exist.

Checks if the required data files are already downloaded.

Removes all downloaded data files.

Functions

download(opts \\ [])

@spec download(keyword()) :: :ok | {:error, term()}

Downloads the required data files based on the provided options.

download_if_not_exists(opts \\ [])

@spec download_if_not_exists(keyword()) :: :ok | {:error, term()}

Downloads files if they don't exist.

downloaded?(opts \\ [])

@spec downloaded?(keyword()) :: boolean()

Checks if the required data files are already downloaded.

remove()

@spec remove() :: :ok

Removes all downloaded data files.