|
artifacts_root: artifacts |
|
|
|
|
|
data_ingestion: |
|
root_dir: artifacts/data_ingestion |
|
source_URL: https://drive.google.com/file/d/1BBxDX8JqV-WvNyOzYbqfrk3THFLBpEWF/view?usp=sharing |
|
local_data_file: artifacts/data_ingestion/data.zip |
|
unzip_dir: artifacts/data_ingestion |
|
|
|
|
|
prepare_base_model: |
|
root_dir: artifacts/prepare_base_model |
|
base_model_path: artifacts/prepare_base_model/base_model.h5 |
|
updated_base_model_path: artifacts/prepare_base_model/base_model_updated.keras |
|
|
|
|
|
training: |
|
root_dir: artifacts/training |
|
trained_model_path: artifacts/training/model.h5 |
|
|