Spaces:
Runtime error
Runtime error
Sandra Ashipala
commited on
Commit
·
cdd3aa1
1
Parent(s):
21b51dd
Removed placeholder text in features component
Browse files
frontend/src/assets/react.svg
DELETED
frontend/src/assets/rocket-svgrepo-com.svg:Zone.Identifier
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
[ZoneTransfer]
|
| 2 |
-
ZoneId=3
|
| 3 |
-
ReferrerUrl=https://www.svgrepo.com/svg/275999/rocket
|
| 4 |
-
HostUrl=https://www.svgrepo.com/download/275999/rocket.svg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frontend/src/assets/rocket.svg.svg
DELETED
frontend/src/components/Features.tsx
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
| 6 |
CardHeader,
|
| 7 |
} from "@/components/ui/card";
|
| 8 |
import image4 from "../assets/looking-ahead.png";
|
| 9 |
-
//import {
|
| 10 |
|
| 11 |
interface FeatureProps {
|
| 12 |
title: string;
|
|
|
|
| 6 |
CardHeader,
|
| 7 |
} from "@/components/ui/card";
|
| 8 |
import image4 from "../assets/looking-ahead.png";
|
| 9 |
+
//import { UploadDoc } from "./upload/streamlit_app.py";
|
| 10 |
|
| 11 |
interface FeatureProps {
|
| 12 |
title: string;
|
frontend/src/components/HowItWorks.tsx
CHANGED
|
@@ -10,27 +10,19 @@ interface FeatureProps {
|
|
| 10 |
const features: FeatureProps[] = [
|
| 11 |
{
|
| 12 |
icon: <MedalIcon />,
|
| 13 |
-
title: "
|
| 14 |
-
description:
|
| 15 |
-
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum quas provident cum",
|
| 16 |
-
},
|
| 17 |
{
|
| 18 |
icon: <MapIcon />,
|
| 19 |
-
title: "
|
| 20 |
description:
|
| 21 |
-
"
|
| 22 |
},
|
| 23 |
{
|
| 24 |
icon: <PlaneIcon />,
|
| 25 |
-
title: "
|
| 26 |
-
description:
|
| 27 |
-
"Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum quas provident cum",
|
| 28 |
-
},
|
| 29 |
-
{
|
| 30 |
-
icon: <GiftIcon />,
|
| 31 |
-
title: "Gamification",
|
| 32 |
description:
|
| 33 |
-
"
|
| 34 |
},
|
| 35 |
];
|
| 36 |
|
|
@@ -48,11 +40,10 @@ export const HowItWorks = () => {
|
|
| 48 |
Verification
|
| 49 |
</h2>
|
| 50 |
<p className="md:w-3/4 mx-auto mt-4 mb-8 text-xl text-muted-foreground">
|
| 51 |
-
|
| 52 |
-
dolor pariatur sit!
|
| 53 |
</p>
|
| 54 |
|
| 55 |
-
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-
|
| 56 |
{features.map(({ icon, title, description }: FeatureProps) => (
|
| 57 |
<Card
|
| 58 |
key={title}
|
|
|
|
| 10 |
const features: FeatureProps[] = [
|
| 11 |
{
|
| 12 |
icon: <MedalIcon />,
|
| 13 |
+
title: "Document Classification",
|
| 14 |
+
description: "Utilizes AI/ML algorithms to classify documents based on content and metadata", },
|
|
|
|
|
|
|
| 15 |
{
|
| 16 |
icon: <MapIcon />,
|
| 17 |
+
title: "Anomaly Detection",
|
| 18 |
description:
|
| 19 |
+
"Identifies mistakes and misclassifications in document metadata through automated anomaly detection",
|
| 20 |
},
|
| 21 |
{
|
| 22 |
icon: <PlaneIcon />,
|
| 23 |
+
title: "User-Friendly Interface",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
description:
|
| 25 |
+
"Simplifies the document management process for hospital staff, reducing manual effort and errors",
|
| 26 |
},
|
| 27 |
];
|
| 28 |
|
|
|
|
| 40 |
Verification
|
| 41 |
</h2>
|
| 42 |
<p className="md:w-3/4 mx-auto mt-4 mb-8 text-xl text-muted-foreground">
|
| 43 |
+
DocVerifyRAG revolutionizes document verification in healthcare, harnessing AI to classify documents and rectify metadata errors. With automated anomaly detection, ensure precise data management, compliance, and enhanced patient care.
|
|
|
|
| 44 |
</p>
|
| 45 |
|
| 46 |
+
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 47 |
{features.map(({ icon, title, description }: FeatureProps) => (
|
| 48 |
<Card
|
| 49 |
key={title}
|
frontend/src/components/upload/requirements.txt
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
langchain
|
| 3 |
-
openai
|
| 4 |
-
chromadb
|
| 5 |
-
tiktoken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|