maurocarlu commited on
Commit
fab0e43
Β·
1 Parent(s): 7284817

adding Production links to the root Readme

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -82,7 +82,8 @@ graph TB
82
  | πŸ—οΈ [Design Choices](docs/design_choices.md) | Technical decisions & rationale |
83
  | 🎯 [ML Canvas](docs/ML%20Canvas.md) | Requirements engineering framework |
84
  | βœ… [Testing & Validation](docs/testing_and_validation.md) | QA strategy & results |
85
-
 
86
  ---
87
 
88
  ## Quick Start
@@ -100,7 +101,7 @@ cp .env.example .env
100
  docker compose -f docker/docker-compose.yml up -d --build
101
  ```
102
 
103
- **Access:**
104
  - 🌐 **API Docs**: http://localhost:8080/docs
105
  - πŸ–₯️ **GUI**: http://localhost:8501
106
  - ❀️ **Health**: http://localhost:8080/health
@@ -162,11 +163,12 @@ curl -X POST "http://localhost:8080/predict" \
162
  ---
163
 
164
  ## Live Deployment
165
-
166
- - **Application**: https://dacrow13-hopcroft-skill-classification.hf.space
167
  - **MLflow**: https://dagshub.com/se4ai2526-uniba/Hopcroft/experiments
168
  - **Prometheus**: https://dacrow13-hopcroft-skill-classification.hf.space/prometheus/
169
- - **Grafana**:
 
170
 
171
  ---
172
 
 
82
  | πŸ—οΈ [Design Choices](docs/design_choices.md) | Technical decisions & rationale |
83
  | 🎯 [ML Canvas](docs/ML%20Canvas.md) | Requirements engineering framework |
84
  | βœ… [Testing & Validation](docs/testing_and_validation.md) | QA strategy & results |
85
+ | πŸ“Š [Model Card](models/README.md) | Model details & performance |
86
+ | πŸ“Š [Dataset Card](data/README.md) | Dataset details & preprocessing |
87
  ---
88
 
89
  ## Quick Start
 
101
  docker compose -f docker/docker-compose.yml up -d --build
102
  ```
103
 
104
+ **Access (Local):**
105
  - 🌐 **API Docs**: http://localhost:8080/docs
106
  - πŸ–₯️ **GUI**: http://localhost:8501
107
  - ❀️ **Health**: http://localhost:8080/health
 
163
  ---
164
 
165
  ## Live Deployment
166
+ - **API**: https://dacrow13-hopcroft-skill-classification.hf.space/docs
167
+ - **GUI**: https://dacrow13-hopcroft-skill-classification.hf.space
168
  - **MLflow**: https://dagshub.com/se4ai2526-uniba/Hopcroft/experiments
169
  - **Prometheus**: https://dacrow13-hopcroft-skill-classification.hf.space/prometheus/
170
+ - **Grafana**: https://dacrow13-hopcroft-skill-classification.hf.space/grafana/
171
+ - **Betterstack**: Alerting configured. [Alert System Evidence](monitoring/screenshots)
172
 
173
  ---
174