File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,24 @@ Training should stay adjacent to the app, not mixed into the runtime path.
37373 . Add evaluation and regression scripts for sample predictions.
38384 . Add experiment tracking hooks for metrics, artifacts, and model versions.
3939
40+ ## Deployment Status
41+
42+ The template itself is close to deploy-ready today:
43+
44+ 1 . production Dockerfiles already exist for the frontend and backend
45+ 2 . release tags already publish images and a GitHub Release
46+ 3 . release smoke checks already validate the published images
47+
48+ The sign-language adaptation path is not deploy-ready yet.
49+
50+ Before treating that version as deployable, the next gaps to close are:
51+
52+ 1 . add the actual sign-language inference pipeline in the backend
53+ 2 . define model artifact packaging and versioning
54+ 3 . set production CORS and environment values for the deployed frontend domain
55+ 4 . add a production-oriented deployment target or guide for a real host
56+ 5 . add regression checks for the sign-language model outputs
57+
4058## Recommended Sequence
4159
4260If you are extending the repo from here, the cleanest order is:
You can’t perform that action at this time.
0 commit comments