Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 953 Bytes

File metadata and controls

42 lines (31 loc) · 953 Bytes

translate_english_address_to_chinese

utilizing my python package to query LLM, translating the English address to Chinese

Tools used in this project

  • hydra: manage configuration files
  • DVC: data version control
  • sphinx: automatically create an API documentation for your project

Set up the environment, and Install dependencies

  1. Install docker
  2. create the docker image:
make build

To clean up the docker image:

make clean

Container Services

# unit test
make pytest

# project documentation
make pydoc

# development IDE - Jupyter Lab
make jupyter

# MLflow tracking UI
make mlflow

process scripts/notebooks