Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 558 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 558 Bytes

End-to-End NLP Model Implementation

Project Workflows

  • constants
  • config_entity
  • artifact_entity
  • components
  • pipeline
  • app.py

Hot to run

''' bash

conda create -n text python=3.10.2 -y

'''

''' bash

conda activate -n text

'''

To activate this environment, use

$ conda activate text

To deactivate an active environment, use

$ conda deactivate

''' bash

python install -r requirements.txt

'''

#Gcloud CLI htts://dl/google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe

''' bash

gcloud init

'''