🧠
EEG-Imagined-speech-recognition
  • EEG Imagined Speech Recognition
  • Installation
  • Usage
    • Configuration file
    • Configure model
    • Run workflows
  • utils
    • ifs.py
    • models.py
  • GitHub Repository
Powered by GitBook
On this page

Was this helpful?

Installation

PreviousEEG Imagined Speech RecognitionNextConfiguration file

Last updated 10 months ago

Was this helpful?

Follow these steps to get started.

  1. Clone the repository:

    git clone https://github.com/AshrithSagar/EEG-Imagined-speech-recognition.git
    cd EEG-Imagined-speech-recognition
  2. Install dependencies:

    Next, install the required dependencies using pip:

    pip install -r requirements.txt

Linux packages

For Ubuntu: sudo apt-get install graphviz

For macOS (with Homebrew): brew install graphviz

For Windows: Download and install Graphviz from the .

Graphviz website