# EEG Imagined Speech Recognition

![License](https://img.shields.io/github/license/AshrithSagar/EEG-Imagined-speech-recognition) ![GitHub repo size](https://img.shields.io/github/repo-size/AshrithSagar/EEG-Imagined-speech-recognition) [![CodeFactor](https://www.codefactor.io/repository/github/AshrithSagar/EEG-Imagined-speech-recognition/badge)](https://www.codefactor.io/repository/github/AshrithSagar/EEG-Imagined-speech-recognition) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![GitHub Repository](https://img.shields.io/badge/GitHub-EEG%20Imagined%20Speech%20Recognition-tan)](https://github.com/AshrithSagar/EEG-Imagined-speech-recognition)

Imagined speech recognition through EEG signals

## References

* The KARA ONE Database: Phonological Categories in imagined and articulated speech <https://www.cs.toronto.edu/~complingweb/data/karaOne/karaOne.html>
* <https://github.com/scottwellington/FEIS>

## Citation

If you use this project in your research, please cite using the following BibTeX entries.

```bibtex
@software{Yedlapalli_EEG-Imagined-Speech-recognition,
author = {Yedlapalli, Ashrith Sagar},
license = {MIT},
title = {{EEG-Imagined-Speech-recognition}},
url = {https://github.com/AshrithSagar/EEG-Imagined-speech-recognition}
}
```

## License

This project falls under the [MIT License](https://github.com/AshrithSagar/EEG-Imagined-speech-recognition/blob/main/LICENSE/README.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ashrithsagar.gitbook.io/eeg-imagined-speech-recognition/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
