MartyNattakit commited on
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# AI Builders 2025 : CodeSentinel | AI CWE Classification
|
| 2 |
+
|
| 3 |
+
## Overview:
|
| 4 |
+
CodeSentinel is an AI-based system designed to automatically detect and classify software vulnerabilities in C and C++ code using the Common Weakness Enumeration (CWE) standard. By utilizing Machine Learning (ML) and Natural Language Processing (NLP) techniques, this project aims to automate the identification of common security vulnerabilities in source code, significantly reducing the time and effort required for manual analysis.
|
| 5 |
+
|
| 6 |
+
## Links
|
| 7 |
+
- [Try the application here!]([https://huggingface.co/spaces/martynattakit/CodeSentinel-CWE_Classification))
|
| 8 |
+
- [Medium Blog](https://medium.com/@martyxc2018/codesentinel-ai-cwe-classification-a3ed88f2be28)
|
| 9 |
+
|
| 10 |
+
## Acknowledgements
|
| 11 |
+
|
| 12 |
+
- **My mentor and TA from AI Builders 2025**
|
| 13 |
+
For making this project possible by giving me guidances, feedbacks throughout the development of this project.
|