Update README.md
Browse files
README.md
CHANGED
@@ -106,9 +106,9 @@ The system is modular, consisting of several Python components:
|
|
106 |
|
107 |
## 📦 Usage
|
108 |
|
109 |
-
**python run_loader.py**
|
110 |
-
**python run_extractor.py**
|
111 |
-
**python run_analysis.py**
|
112 |
|
113 |
## 🔧 Customization Options
|
114 |
- **Target Domain: Adapt src/extraction/extractor.py with custom rules or NER models for domains other than AI/ML.**
|
|
|
106 |
|
107 |
## 📦 Usage
|
108 |
|
109 |
+
1. **python run_loader.py**
|
110 |
+
2. **python run_extractor.py**
|
111 |
+
3. **python run_analysis.py**
|
112 |
|
113 |
## 🔧 Customization Options
|
114 |
- **Target Domain: Adapt src/extraction/extractor.py with custom rules or NER models for domains other than AI/ML.**
|