14 lines
674 B
Plaintext
14 lines
674 B
Plaintext
---
|
|
description: Root level project guidelines and initial steps to start and implement EEG processor
|
|
globs: /*
|
|
---
|
|
- Start by designing a clean, modern UI layout using PyQt6
|
|
- Implement a modular architecture for easy expansion and maintenance
|
|
- Create a robust backend for EEG signal processing with error handling
|
|
- Develop a responsive and intuitive user workflow
|
|
- Implement data visualization components for EEG analysis
|
|
- Ensure proper data management and file handling
|
|
- Optimize performance for large datasets
|
|
- Implement thorough testing and quality assurance measures
|
|
- Document code and create user guides
|
|
- Continuously refine and improve based on user feedback |