TejAndrewsACC commited on
Commit
8d7880f
·
verified ·
1 Parent(s): c58d525

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -65,6 +65,18 @@ To run FiPhi-NeuralMark, you'll need:
65
  python ACC-FiPhi-NeuralMark-V3.py
66
  ```
67
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ---
69
 
70
  ## 🧠 How It Works
 
65
  python ACC-FiPhi-NeuralMark-V3.py
66
  ```
67
 
68
+ Note: If you choose to use the more complex model, install these packages as well:
69
+
70
+ ```bash
71
+ pip install torch
72
+ ```
73
+
74
+ ```bash
75
+ pip install sympy
76
+ ```
77
+
78
+ 🖤💛
79
+
80
  ---
81
 
82
  ## 🧠 How It Works