File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ An AI-driven data formatting tool designed to process JSON data for various appl
16
16
17
17
1 . ** Clone the repository** :
18
18
``` bash
19
- git clone https://github.com/your-username/ai-data-formatter .git
20
- cd ai-data-formatter
19
+ git clone https://github.com/Easy2-Dev/AI-Data-Formatter .git
20
+ cd AI-Data-Formatter
21
21
```
22
22
23
23
2. ** Install dependencies** :
@@ -47,7 +47,7 @@ An AI-driven data formatting tool designed to process JSON data for various appl
47
47
1. ** Place Input JSON Files** : Place the JSON files you want to process in the ` input` directory.
48
48
2. ** Run the Script** :
49
49
` ` ` bash
50
- python process_json .py
50
+ python main .py
51
51
` ` `
52
52
3. ** View Processed Output** : Processed JSON files will be saved in the ` output` directory with the same file names as the input files.
53
53
You can’t perform that action at this time.
0 commit comments