Spaces:
Runtime error
Runtime error
Commit Β·
c2b5132
1
Parent(s): f58822c
Update dataset references
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ def inspect(observation_text):
|
|
| 123 |
4. Brief crew on findings at next toolbox talk
|
| 124 |
|
| 125 |
---
|
| 126 |
-
*Model: [hse-compliance-inspector](https://huggingface.co/davidfertube/hse-compliance-inspector) | Dataset: [hse-inspection-
|
| 127 |
"""
|
| 128 |
else:
|
| 129 |
return f"""# β
COMPLIANT β No Violations Detected
|
|
@@ -175,7 +175,7 @@ Field Observation β Qwen2-VL Analysis β Violation Detection β Severity Cla
|
|
| 175 |
|
| 176 |
**Categories:** PPE π¦Ί | Housekeeping π§Ή | Fall Protection πͺ | Fire Safety π§― | Electrical β‘
|
| 177 |
|
| 178 |
-
**Resources:** [Model](https://huggingface.co/davidfertube/hse-compliance-inspector) | [Dataset](https://huggingface.co/datasets/davidfertube/hse-inspection-
|
| 179 |
|
| 180 |
*Built by David Fernandez β Applied AI Engineer | LangGraph & Pydantic Contributor*
|
| 181 |
""",
|
|
|
|
| 123 |
4. Brief crew on findings at next toolbox talk
|
| 124 |
|
| 125 |
---
|
| 126 |
+
*Model: [hse-compliance-inspector](https://huggingface.co/davidfertube/hse-compliance-inspector) | Dataset: [hse-safety-inspection-data](https://huggingface.co/datasets/davidfertube/hse-safety-inspection-data)*
|
| 127 |
"""
|
| 128 |
else:
|
| 129 |
return f"""# β
COMPLIANT β No Violations Detected
|
|
|
|
| 175 |
|
| 176 |
**Categories:** PPE π¦Ί | Housekeeping π§Ή | Fall Protection πͺ | Fire Safety π§― | Electrical β‘
|
| 177 |
|
| 178 |
+
**Resources:** [Model](https://huggingface.co/davidfertube/hse-compliance-inspector) | [Dataset](https://huggingface.co/datasets/davidfertube/hse-safety-inspection-data) | [Portfolio](https://davidfernandez.dev)
|
| 179 |
|
| 180 |
*Built by David Fernandez β Applied AI Engineer | LangGraph & Pydantic Contributor*
|
| 181 |
""",
|