website url: https://motion-track-web.web.app/ Motion Track Web
Motion Track Web is a browser-based motion detection application built for real-time motion tracking and classification.
Features
- Real-time motion tracking in browser
- Edge Impulse model integration
- Motion detection and prediction
- Clean web interface
- Firebase hosting for deployment
Tech Stack
- HTML
- CSS
- JavaScript
- Edge Impulse
- Firebase Hosting
- Git & GitHub
Project Structure
- "index.html" — Main webpage
- "style.css" — Styling
- "app.js" — Frontend logic
- "run-impulse.js" — Edge Impulse inference
- "edge-impulse-standalone.js/wasm" — Model runtime
Setup
- Clone the repository
- Open project folder
- Install dependencies if needed
- Run locally in browser
Deployment
This project is deployed using Firebase Hosting.
Purpose
This project was created as part of a learning journey in web development, machine learning integration, and embedded AI applications.