ratneshpasi03 commited on
Commit
540f8c3
Β·
1 Parent(s): 9c39c74

Enhance README with project aim and improve step formatting

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,6 +1,7 @@
1
  # VayuBuddy Question Curation
2
 
3
- <hr>
 
4
 
5
  ## πŸ“‚ Folder Structure
6
 
@@ -130,17 +131,17 @@ true_code()
130
 
131
  open the terminal in the empty folder and follow the following steps:
132
 
133
- #### 1st step: clone repo
134
  ```bash
135
  git clone https://github.com/ratnesh003/VayuBuddy-Question-Curation.git .
136
  ```
137
 
138
- #### 2rd step: to install the dependencies to run the codes
139
  ```bash
140
  pip install -r requirements.txt
141
  ```
142
 
143
- #### 3nd step: to create dummy /data folder from already present output.jsonl
144
  ```bash
145
  py .\utils\jsonl_to_data.py
146
  ```
 
1
  # VayuBuddy Question Curation
2
 
3
+ ## 🎯 Aim
4
+ The purpose to create this templet is to have the automated interface to collect and manage data analytic questions for VayuBuddy
5
 
6
  ## πŸ“‚ Folder Structure
7
 
 
131
 
132
  open the terminal in the empty folder and follow the following steps:
133
 
134
+ ### 1st step : clone repo
135
  ```bash
136
  git clone https://github.com/ratnesh003/VayuBuddy-Question-Curation.git .
137
  ```
138
 
139
+ ### 2rd step : to install the dependencies to run the codes
140
  ```bash
141
  pip install -r requirements.txt
142
  ```
143
 
144
+ ### 3nd step : to create dummy /data folder from already present output.jsonl
145
  ```bash
146
  py .\utils\jsonl_to_data.py
147
  ```