giuto commited on
Commit
8b15754
·
1 Parent(s): 575dd41

update URLs in README and user guide for production deployment

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. docs/user_guide.md +2 -2
README.md CHANGED
@@ -50,9 +50,9 @@ graph TB
50
 
51
  subgraph "Serving Layer"
52
  F --> G[FastAPI Service]
53
- G --> H[/predict]
54
- G --> I[/predictions]
55
- G --> J[/health]
56
  end
57
 
58
  subgraph "Frontend"
@@ -163,7 +163,7 @@ curl -X POST "http://localhost:8080/predict" \
163
 
164
  ## Live Deployment
165
 
166
- - **Application**: https://huggingface.co/spaces/DaCrow13/Hopcroft-Skill-Classification
167
  - **MLflow**: https://dagshub.com/se4ai2526-uniba/Hopcroft/experiments
168
  - **Prometheus**: https://dacrow13-hopcroft-skill-classification.hf.space/prometheus/
169
  - **Grafana**:
 
50
 
51
  subgraph "Serving Layer"
52
  F --> G[FastAPI Service]
53
+ G --> H["/predict"]
54
+ G --> I["/predictions"]
55
+ G --> J["/health"]
56
  end
57
 
58
  subgraph "Frontend"
 
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**:
docs/user_guide.md CHANGED
@@ -122,7 +122,7 @@ streamlit run hopcroft_skill_classification_tool_competition/streamlit_app.py
122
  |-------------|-----|
123
  | Local (Docker) | http://localhost:8080 |
124
  | Local (Dev) | http://localhost:8000 |
125
- | Production (HF Spaces) | https://se4ai2526-uniba-hopcroft.hf.space |
126
 
127
  ### Endpoints Overview
128
 
@@ -221,7 +221,7 @@ make test-api-all # Run all API tests
221
  | Environment | URL |
222
  |-------------|-----|
223
  | Local (Docker) | http://localhost:8501 |
224
- | Production | https://se4ai2526-uniba-hopcroft.hf.space |
225
 
226
  ### Features
227
 
 
122
  |-------------|-----|
123
  | Local (Docker) | http://localhost:8080 |
124
  | Local (Dev) | http://localhost:8000 |
125
+ | Production (HF Spaces) | https://dacrow13-hopcroft-skill-classification.hf.space|
126
 
127
  ### Endpoints Overview
128
 
 
221
  | Environment | URL |
222
  |-------------|-----|
223
  | Local (Docker) | http://localhost:8501 |
224
+ | Production | https://dacrow13-hopcroft-skill-classification.hf.space |
225
 
226
  ### Features
227