Skip to content

Commit d1fdce5

Browse files
committed
docs: clarify deployment readiness in roadmap
1 parent 38c0948 commit d1fdce5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

soon.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,24 @@ Training should stay adjacent to the app, not mixed into the runtime path.
3737
3. Add evaluation and regression scripts for sample predictions.
3838
4. 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

4260
If you are extending the repo from here, the cleanest order is:

0 commit comments

Comments
 (0)