Skip to content

Commit 5ee39a2

Browse files
committed
Updated Readme
1 parent b1c1e43 commit 5ee39a2

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,38 +89,42 @@ pip install -r app_requirements.txt
8989

9090
### Available Applications
9191

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
10193

10294
- `python heartbeat_ecg.py`:Enable a GUI with real-time ECG and heart rate.
10395

104-
#### EMG ENVELOPE
96+
#### EMG with Envelope
10597

10698
- `python emgenvelope.py`: Enable a GUI with real-time EMG & its Envelope.
10799

108-
#### EOG
100+
#### EOG with Blinks
109101

110102
- `python eog.py`: Enable a GUI with real-time EOG that detects blinks and mark them with red dots.
111103

112-
#### EEG
104+
#### EEG with FFT
113105

114106
- `python ffteeg.py`: Enable a GUI with real-time EEG data with its FFT and band powers.
115107

116-
#### Keystroke
108+
#### EEG Tug of War Game
117109

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.
119111

120-
#### EEG BEETLE GAME
112+
#### EEG Beetle Game
121113

122114
- `python beetle.py`: Enable a GUI for Beetle Game using EEG signal.
123115

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+
124128
## Running All Applications Together in a Web-Interface
125129

126130
To run all applications simultaneously, execute:

0 commit comments

Comments
 (0)