Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Code4Change: Intelligent Court Scheduling System
|
| 2 |
|
| 3 |
Purpose-built for hackathon evaluation. This repository runs out of the box using the Streamlit dashboard and the uv tool. It can be run locally, in Docker, or on Hugging Face Spaces (Docker runtime).
|
|
@@ -114,5 +119,4 @@ Key paths updated to reflect recent refactor:
|
|
| 114 |
- `Data/` — input data in Parquet/CSV
|
| 115 |
- `outputs/` — generated artifacts (cause lists, reports)
|
| 116 |
- `docs/` — documentation and hackathon submission details
|
| 117 |
-
- `Dockerfile` — Docker image definition for local and Hugging Face deployment
|
| 118 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: 'Court Case Scheduling Dashboard: Code4Change'
|
| 3 |
+
sdk: docker
|
| 4 |
+
pinned: true
|
| 5 |
+
---
|
| 6 |
# Code4Change: Intelligent Court Scheduling System
|
| 7 |
|
| 8 |
Purpose-built for hackathon evaluation. This repository runs out of the box using the Streamlit dashboard and the uv tool. It can be run locally, in Docker, or on Hugging Face Spaces (Docker runtime).
|
|
|
|
| 119 |
- `Data/` — input data in Parquet/CSV
|
| 120 |
- `outputs/` — generated artifacts (cause lists, reports)
|
| 121 |
- `docs/` — documentation and hackathon submission details
|
| 122 |
+
- `Dockerfile` — Docker image definition for local and Hugging Face deployment
|
|
|