diff --git a/.img/image-20250327223232012.png b/.img/image-20250327223232012.png
new file mode 100644
index 0000000000000000000000000000000000000000..b53cc6c877a341f9f3a5634f2744c2ff26d55726
Binary files /dev/null and b/.img/image-20250327223232012.png differ
diff --git a/README.md b/README.md
index 083b5b71eefb99abd9249a3cb3a3974b2a0860e4..5369562d0cc128ac1249306a17fceb6d1300bc50 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
 
 This project is an advanced vulnerability management system that aggregates reports from multiple security scanners, deduplicates findings, and generates a consolidated view of vulnerabilities. The system uses natural language processing (NLP) and machine learning techniques to provide more meaningful vulnerability assessments with less redundancy.
 
+
+
+![image-20250327223232012](./.img/image-20250327223232012.png)
+
+
+
 ## Features
 
 - Parsing multiple vulnerability scanner formats (NMAP, Nuclei, OpenVAS)
@@ -87,6 +93,7 @@ mkdir -p data/input data/output
 # Copy your scanner reports to the input directory
 cp path/to/your/nmap_report.xml data/input/
 cp path/to/your/nuclei_report.txt data/input/
+cp path/to/your/openvas_report.txt data/input/
 ```
 
 ### 2. Run the Program