jugalgajjar commited on
Commit
59e860a
·
verified ·
1 Parent(s): cbb83e8

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Code Vulnerability Fixer
3
- emoji: 🏆
4
- colorFrom: gray
5
- colorTo: gray
6
  sdk: gradio
7
  sdk_version: 6.6.0
8
  app_file: app.py
@@ -10,4 +10,20 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: PyJavaCPP Vulnerability Fixer
3
+ emoji: 🛡️
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 6.6.0
8
  app_file: app.py
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # 🛡️ PyJavaCPP Vulnerability Fixer
14
+
15
+ An AI-powered tool designed to automatically detect and repair security vulnerabilities in **Python, Java, and C++** code.
16
+
17
+ ### How to use:
18
+ 1. Select the language from the dropdown menu.
19
+ 2. Paste your vulnerable code into the left-hand editor.
20
+ 3. Click "Secure My Code" to generate a fixed version.
21
+ 4. Use the Examples at the bottom for a quick start!
22
+
23
+ ### Model Info:
24
+ * **Model:** `jugalgajjar/PyJavaCPP-Vuln-Fixer`
25
+ * **Parameters:** 1.5B
26
+ * **Task:** Automated Program Repair (APR) for Security.
27
+
28
+ ---
29
+ Built with ❤️ using Hugging Face Spaces and Gradio.