Skip to content

Commit 3928bff

Browse files
authored
Update README.md
1 parent fc7528f commit 3928bff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ https://towardsdatascience.com/python-environment-setup-for-deep-learning-on-win
3131

3232
#### Note: If your system is inadequate then I humbly request you to stop here as the program will not perform efficiently and a great deal of time will be wasted.
3333

34-
Next run the program on the pre-processed data (change the location of the save file in the code)
34+
Next run the program on the pre-processed data (change the location of the save file in the code). This will take out the relevant data fields in XML format for each file
3535

3636
xml data extract.py
37-
37+
38+
Next to process the data into Numpy Arrays u need to run the following python file:
39+
40+
Data_Extraction_Revised.py
41+
3842
When completed you can now run (assuming you have Jupyter Notebook) the program.
3943
You have to change the location of the save file, in the code, to the save file from the XML extraction program
4044

0 commit comments

Comments
 (0)