Compute metrics on the evaluation file + ``` + python src/compute_metrics.py + ``` + +## Serve the model as a service + +## Results diff --git a/app/config/config.py b/app/config/config.py new file mode 100755 index 0000000..ce902e2 --- /dev/null +++ b/app/config/config...