- constants
- config_entity
- artifact_entity
- components
- pipeline
- app.py
''' bash
conda create -n text python=3.10.2 -y
'''
''' bash
conda activate -n text
'''
''' bash
python install -r requirements.txt
'''
#Gcloud CLI htts://dl/google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe
''' bash
gcloud init
'''