Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 976 Bytes

File metadata and controls

37 lines (26 loc) · 976 Bytes

FieldSense

Environmental sensing (ES) using physics-informed AI tools with wireless communication networks.

Overview

This project explores multi-sensor data fusion for physical field sensing, including spatio-temporal field characterization and integration of wireless link sensors into sensing environments.

Structure

FieldSense/
├── core/                 # Shared utilities (protected)
├── dataset/              # Shared data (protected)
├── projects/             # Research projects
│   ├── estimation_after_detection/
│   ├── physics_ml/
│   └── spatial_interpolation/
├── requirements.txt
└── CONTRIBUTING.md

Installation

git clone https://github.com/USERNAME/FieldSense.git
cd FieldSense
pip install -r requirements.txt

Contributing

See CONTRIBUTING.md for guidelines on how to contribute.

License

MIT License — see LICENSE for details.