Spaces:
Sleeping
Sleeping
Merge pull request #45 from sandramsc/main
Browse files- README.md +0 -1
- frontend/.vite/deps_temp_eb58ea19/package.json +3 -0
- frontend/README.md +0 -12
README.md
CHANGED
@@ -120,7 +120,6 @@ To deploy DocVerifyRAG using Docker, follow these steps:
|
|
120 |
### Usage
|
121 |
|
122 |
Access the web interface and follow the prompts to upload documents, classify them, and verify metadata. The AI-powered anomaly detection system will automatically flag any discrepancies or errors in the document metadata, providing accurate and reliable document management solutions for hospitals.
|
123 |
-
|
124 |
## Authors
|
125 |
|
126 |
| Name | Link |
|
|
|
120 |
### Usage
|
121 |
|
122 |
Access the web interface and follow the prompts to upload documents, classify them, and verify metadata. The AI-powered anomaly detection system will automatically flag any discrepancies or errors in the document metadata, providing accurate and reliable document management solutions for hospitals.
|
|
|
123 |
## Authors
|
124 |
|
125 |
| Name | Link |
|
frontend/.vite/deps_temp_eb58ea19/package.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"type": "module"
|
3 |
+
}
|
frontend/README.md
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: DocVerifyRAG
|
3 |
-
emoji: 🐠
|
4 |
-
colorFrom: pink
|
5 |
-
colorTo: green
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.27.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|