@@ -89,38 +89,42 @@ pip install -r app_requirements.txt
89
89
90
90
# ## Available Applications
91
91
92
- # ### GUI
93
-
94
- - ` python gui.py` : Enable the real-time data plotting GUI.
95
-
96
- # ### EEG TUG OF WAR GAME
97
-
98
- - ` python game.py` : Enable a GUI to play tug of war game using EEG Signal.
99
-
100
- # ### HEART RATE
92
+ # ### ECG with Heart Rate
101
93
102
94
- ` python heartbeat_ecg.py` :Enable a GUI with real-time ECG and heart rate.
103
95
104
- # ### EMG ENVELOPE
96
+ # ### EMG with Envelope
105
97
106
98
- ` python emgenvelope.py` : Enable a GUI with real-time EMG & its Envelope.
107
99
108
- # ### EOG
100
+ # ### EOG with Blinks
109
101
110
102
- ` python eog.py` : Enable a GUI with real-time EOG that detects blinks and mark them with red dots.
111
103
112
- # ### EEG
104
+ # ### EEG with FFT
113
105
114
106
- ` python ffteeg.py` : Enable a GUI with real-time EEG data with its FFT and band powers.
115
107
116
- # ### Keystroke
108
+ # ### EEG Tug of War Game
117
109
118
- - ` python keystroke .py` : On running, a pop-up opens for connecting, and on pressing Start, blinks are detected to simulate spacebar key presses .
110
+ - ` python game .py` : Enable a GUI to play tug of war game using EEG Signal .
119
111
120
- # ### EEG BEETLE GAME
112
+ # ### EEG Beetle Game
121
113
122
114
- ` python beetle.py` : Enable a GUI for Beetle Game using EEG signal.
123
115
116
+ # ### GUI
117
+
118
+ - ` python gui.py` : Enable the real-time data plotting GUI.
119
+
120
+ # ### EOG Keystroke Emulator
121
+
122
+ - ` python keystroke.py` : On running, a pop-up opens for connecting, and on pressing Start, blinks are detected to simulate spacebar key presses.
123
+
124
+ # ### CSV Plotter
125
+
126
+ - ` python csv_plotter.py` : On running, a pop-up window opens with option to load a file, select a channel to plot, and then plot the data.
127
+
124
128
# # Running All Applications Together in a Web-Interface
125
129
126
130
To run all applications simultaneously, execute:
0 commit comments