by yitong -2023.08
- 'pip install -r requirements.txt': install all the required packages
- config: This directory contains architecture configurations based on Hydra, which allows for flexible and organized parameter management.
- model_pipeline: In this directory, you'll find the main components of the model pipeline. It includes data preprocessing, model training, evaluation, and any necessary post-processing steps.
- utils: The
utils
directory is dedicated to utility scripts and functions that support various aspects of the project. - run.py:
- server.py:
- 'make clean': clean some cache files and output directories
- 'make run' or 'python server.py': run the project