This directory contains the web dashboard for monitoring and visualizing the NeuroWarn BCI system.
- 🚨 Warning Alerts - Visual and audio notifications for potential hazards
- 🎮 Command Display - Shows current and predicted wheelchair commands
- 📱 Responsive Design - Works on any Desktop Screens
index.html- Main dashboard interfacescript.js- Main dashboard functionalitystyle.css- Main dashboard stylingpublic/- Images, icons, and other static resources
# Clone the repository
git clone https://github.com/mattenarle10/neurowarn.git
cd neurowarn/src/frontend
# Install dependencies
npm install
# Start development server
npm run devOnce the backend is running and the frontend server is started:
- Open your web browser
- Navigate to
http://localhost:3000 - The dashboard will automatically connect to the backend