NextGenC commited on
Commit
41ea778
·
verified ·
1 Parent(s): 7b5f318

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -14
README.md CHANGED
@@ -107,20 +107,9 @@ The system is modular, consisting of several Python components:
107
  ## 📦 Installation and Usage
108
 
109
  ```bash
110
- # 1. Clone the repository
111
- git clone [https://github.com/your-username/ChronoSense.git](https://github.com/your-username/ChronoSense.git) # Replace with actual URL
112
- cd ChronoSense
113
 
114
- # 2. Install dependencies
115
- pip install -r requirements.txt
116
- # May need to download spaCy model if not included/specified in requirements
117
- # python -m spacy download en_core_web_sm
118
-
119
- # 3. Place PDF files into the ./data/raw/ directory
120
-
121
- # 4. Run the pipeline stages
122
- python run_loader.py --input_dir ./data/raw --output_dir ./data/processed_data
123
- python run_extractor.py --input_dir ./data/processed_data --output_dir ./data/processed_data
124
- python run_analysis.py --input_dir ./data/processed_data --output_dir_graphs ./output/graphs --output_dir_networks ./output/networks --temporal_analysis True
125
 
126
  # 5. Check outputs in ./data/processed_data/ and ./output/
 
107
  ## 📦 Installation and Usage
108
 
109
  ```bash
 
 
 
110
 
111
+ python run_loader.py
112
+ python run_extractor.py
113
+ python run_analysis.py
 
 
 
 
 
 
 
 
114
 
115
  # 5. Check outputs in ./data/processed_data/ and ./output/