satyaki-mitra commited on
Commit
14142b1
·
1 Parent(s): fa509a2

README updated

Browse files
Files changed (1) hide show
  1. README.md +2 -28
README.md CHANGED
@@ -627,25 +627,7 @@ snapshot_download(repo_id="satyaki-mitra/statistical-text-reference-v1", local_d
627
 
628
  ---
629
 
630
- ## 🏗️ Infrastructure & Deployment
631
-
632
- ### Deployment (Mermaid dark diagram)
633
-
634
- ```mermaid
635
- %%{init: {'theme': 'dark'}}%%
636
- flowchart LR
637
- CDN[CloudFront / CDN] --> LB["Load Balancer (ALB/NLB)"]
638
- LB --> API1[API Server 1]
639
- LB --> API2[API Server 2]
640
- LB --> APIN[API Server N]
641
- API1 --> Cache[Redis Cache]
642
- API1 --> DB[PostgreSQL]
643
- API1 --> S3["S3 / Model Storage"]
644
- DB --> Backup["RDS Snapshot"]
645
- S3 --> Archive["Cold Storage"]
646
- ```
647
-
648
- **Deployment notes**
649
  - Containerize app with Docker, orchestrate with Kubernetes or ECS for scale
650
  - Autoscaling groups for API servers & worker nodes
651
  - Use spot GPU instances for retraining & large metric compute jobs
@@ -671,14 +653,6 @@ def allowed_file(filename):
671
 
672
  ---
673
 
674
- ## Continuous Improvement Pipeline (TODO)
675
- - Regular retraining & calibration on new model releases
676
- - Feedback loop: user reported FP integrated into training
677
- - A/B testing for weight adjustments
678
- - Monthly accuracy audits & quarterly model updates
679
-
680
- ---
681
-
682
  ## 📄 License & Acknowledgments
683
 
684
  This project is licensed under the **MIT License** — see [LICENSE](LICENSE) in the repo.
@@ -692,7 +666,7 @@ Acknowledgments:
692
 
693
  <div align="center">
694
 
695
- **Built with ❤️ — Evidence-based text forensics, transparency, and real-world readiness.**
696
 
697
  *Version 1.0.0 — Last Updated: October, 2025*
698
 
 
627
 
628
  ---
629
 
630
+ ## 🏗️ Deployment notes**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
631
  - Containerize app with Docker, orchestrate with Kubernetes or ECS for scale
632
  - Autoscaling groups for API servers & worker nodes
633
  - Use spot GPU instances for retraining & large metric compute jobs
 
653
 
654
  ---
655
 
 
 
 
 
 
 
 
 
656
  ## 📄 License & Acknowledgments
657
 
658
  This project is licensed under the **MIT License** — see [LICENSE](LICENSE) in the repo.
 
666
 
667
  <div align="center">
668
 
669
+ **Built for Evidence-based text forensics, transparency, and real-world readiness.**
670
 
671
  *Version 1.0.0 — Last Updated: October, 2025*
672