A web application for generating synthetic kite motion datasets with realistic statistical properties for machine learning and data analysis.
Visit the live application: Kite Motion Dataset Generator
- Generate synthetic kite motion datasets with configurable row counts
- Statistical properties based on real-world kite flight data
- Download generated datasets as CSV files
- Interactive UI with dataset preview
- Parameter statistics visualization
The generator includes the following parameter types:
- Base Parameters: Yaw, Pitch, Roll, Altitude, Latitude, Longitude, Calibration values, Wind speed
- Synthetic Parameters: Temperature, Humidity, Pressure, and other environmental factors
The application uses the Box-Muller transform to generate normally distributed values with statistical properties (mean, standard deviation, min, max) derived from real kite motion data. Values are clipped to maintain realistic bounds.
- React.js
- CSS with modern animations and responsive design
- Lucide React for icons
- Clone the repository
git clone https://github.com/StrataMind/Kite-Motion-Dataset-Generator.git
- Install dependencies
cd kite-dataset-generator
npm install
- Start the development server
npm start
- Build for production
npm run build
The application is deployed using GitHub Pages. To deploy updates:
npm run deploy
MIT