Skip to main content

5. AI Analysis

Connect an OpenAI-compatible LLM to analyze your five-band EEG features.

AI sidebar

Enable Recording

AI analysis requires five-band feature recording. On the Setup page, toggle Record five-band features ON, then start collection. Frames are saved to IndexedDB automatically.

Choose a Provider

ProviderBase URLNeeds API Key?
OpenAIapi.openai.com/v1Yes
DeepSeekapi.deepseek.com/v1Yes
Ollamalocalhost:11434/v1No
CustomYour URLDepends

Click Test model to verify connectivity before running analysis.

Ask a Question

Type a natural language question. Examples: "Does the recent EEG look tense or relaxed?" / "Was I focused in the last 3 minutes?" / "Compare alpha/beta between halves." Click Answer question — results stream in real time.

Response sections: ReasoningEvidenceSuggestionsNotes.

Running Locally with Ollama

ollama pull llama3
ollama serve

Configure provider "Ollama", model "llama3", leave API key empty. All data stays local.

Under the Hood

Only pre-computed band power values (δ,θ,α,β,γ) are sent to the LLM. Raw 250 Hz waveform samples are never transmitted.

Next

Manage your AI conversations and recordingsRead the full AI integration reference