Commit
Β·
540f8c3
1
Parent(s):
9c39c74
Enhance README with project aim and improve step formatting
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# VayuBuddy Question Curation
|
2 |
|
3 |
-
|
|
|
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 |
-
|
134 |
```bash
|
135 |
git clone https://github.com/ratnesh003/VayuBuddy-Question-Curation.git .
|
136 |
```
|
137 |
|
138 |
-
|
139 |
```bash
|
140 |
pip install -r requirements.txt
|
141 |
```
|
142 |
|
143 |
-
|
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 |
```
|