utilizing my python package to query LLM, translating the English address to Chinese
- hydra: manage configuration files
- DVC: data version control
- sphinx: automatically create an API documentation for your project
- mlflow: experiment tracking
- Install docker
- create the docker image:
make build
To clean up the docker image:
make clean
# unit test
make pytest
# project documentation
make pydoc
# development IDE - Jupyter Lab
make jupyter
# MLflow tracking UI
make mlflow