NextGenC commited on
Commit
43c551d
·
verified ·
1 Parent(s): 623b518

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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.**