face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...
This project demonstrates how smart meter interval data stored in PostgreSQL can be transformed into a full analytics workflow and exposed through a FastAPI backend for web applications.
Abstract: The integration of distributed renewable energy systems (DRES) and multi-microgrids (MMGs) into modern distribution networks has significantly impacted fault-current behavior and power flow, ...