This project visualizes IMU (Accelerometer & Gyroscope) and GPS data collected from a mobile device. The script reads CSV files, processes the data, and generates visual plots for better understanding.
📂 Project Structure:
data/ → Contains collected IMU and GPS data in CSV format. scripts/ → Python script for data processing and visualization. plots/ → Stores generated plots of the data (optional).
Installation: 1.Clone this Repo git clone https://github.com/PrinceV-hub/IMU-GPS-Visualizer.git
2.Install Dependency pip install -r requirements.txt
3.Run the Script python scripts/imu_gps_plot.py