SANDRAMSC commited on
Commit
b2e9fa1
·
1 Parent(s): a51f3aa

Updated README.md with template metadata

Browse files
Files changed (1) hide show
  1. README.md +109 -2
README.md CHANGED
@@ -1,2 +1,109 @@
1
- # anomily_detection_RAG
2
- find anomalies in classifications of documents using AI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DocVerifyRAG: Document Verification and Anomaly Detection
2
+
3
+ ## Application Description
4
+
5
+ DocVerifyRAG is a revolutionary tool designed to streamline document verification processes in hospitals. It utilizes AI to classify documents and identify mistakes in metadata, ensuring accurate and efficient document management. Inspired by the need for improved data accuracy in healthcare, DocVerifyRAG provides automated anomaly detection to identify misclassifications and errors in document metadata, enhancing data integrity and compliance with regulatory standards.
6
+
7
+ ## Table of Contents
8
+
9
+ <details>
10
+ <summary>Table of Contents</summary>
11
+
12
+ - [DocVerifyRAG: Document Verification and Anomaly Detection](#docverifyrag-document-verification-and-anomaly-detection)
13
+ - [Application Description](#application-description)
14
+ - [Table of Contents](#table-of-contents)
15
+ - [Installation](#installation)
16
+ - [Usage](#usage)
17
+ - [Contributing](#contributing)
18
+ - [Authors](#authors)
19
+ - [License](#license)
20
+
21
+ </details>
22
+
23
+ ## Video Demo
24
+
25
+ [link](https://link.com)
26
+
27
+ ## Web App
28
+
29
+ [link](https://link.com)
30
+
31
+ ## Screenshots
32
+
33
+ [Add screenshots here]
34
+
35
+ ## Technology Stack
36
+
37
+ | Technology | Description |
38
+ | ---------- | --------------------------- |
39
+ | AI/ML | Artificial Intelligence and Machine Learning |
40
+ | Python | Programming Language |
41
+ | Flask | Web Framework |
42
+ | Docker | Containerization |
43
+ | Tech Name | Short description |
44
+
45
+ ### Features
46
+
47
+ 1. **Document Classification:**
48
+ - Utilizes AI/ML algorithms to classify documents based on content and metadata.
49
+ - Provides accurate and efficient document categorization for improved data management.
50
+
51
+ 2. **Anomaly Detection:**
52
+ - Identifies mistakes and misclassifications in document metadata through automated anomaly detection.
53
+ - Enhances data integrity and accuracy by flagging discrepancies in document metadata.
54
+
55
+ 3. **User-Friendly Interface:**
56
+ - Offers a user-friendly web interface for easy document upload, classification, and verification.
57
+ - Simplifies the document management process for hospital staff, reducing manual effort and errors.
58
+
59
+ ### Install locally
60
+
61
+ 1. Clone the repository:
62
+ ```bash
63
+ $ git clone https://github.com/your-username/DocVerifyRAG.git
64
+ ```
65
+
66
+ 2. Navigate to the project directory:
67
+ ```bash
68
+ $ cd DocVerifyRAG
69
+ ```
70
+
71
+ 3. Install dependencies:
72
+ ```bash
73
+ $ pip install -r requirements.txt
74
+ ```
75
+
76
+ ### Install using Docker
77
+
78
+ To deploy DocVerifyRAG using Docker, follow these steps:
79
+
80
+ 1. Build a Docker image for the application:
81
+
82
+ ```bash
83
+ $ docker build -t docverifyrag .
84
+ ```
85
+
86
+ 2. Run the Docker container:
87
+
88
+ ```bash
89
+ $ docker run -d -p 5000:5000 docverifyrag
90
+ ```
91
+
92
+ ### Usage
93
+
94
+ 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.
95
+
96
+ ## Authors
97
+
98
+ | Name | Link |
99
+ | -------------- | ----------------------------------------- |
100
+ | Sandra Ashipala | [GitHub](https://github.com/sandramsc) |
101
+ | Elia Wäfler | [GitHub](https://github.com/eliawaefler) |
102
+ | Carlos Salgado | [GitHub](https://github.com/salgadev) |
103
+ | Your Name | [GitHub](https://github.com/name) |
104
+
105
+ ## License
106
+
107
+ [![GitLicense](https://img.shields.io/badge/License-MIT-lime.svg)](https://github.com/eliawaefler/DocVerifyRAG/blob/main/LICENSE)
108
+ ____
109
+