Projects with this topic
-
Library for reading and 3D-visualizing the openly published CWE wind-tunnel datasets (RWTH Aachen, Zenodo).
Companion Python library (no GUI) for the open-access wind-tunnel datasets published by the Center for Wind and Earthquake Engineering (CWE, RWTH Aachen) on Zenodo. Supports Parts I–IV (low-rise flat roofs with/without parapets, mono-pitched roofs, duo-pitched roofs, high-rise square cross-sections) and provides a reader with metadata queries, 3D Plotly visualizations, mesh interpolation and ParaView / VTK export.
Updated -
Minimal, lightweight MQTT-Client for Python. Developer in charge: Matthias Bodenbenner
Updated -
Python Device Library. Developer in charge: Matthias Bodenbenner
Updated -
-
-
OPTIS is a standalone Python based web application which aims to minimize time requirements of busines processes. It's customized to work on a single business process, for which the user can get custom recommendations. To do that the OPTIS app uses a neural network trained with RL-techniques. The network can recommend the optimal next activity for any active case the user has in their event log.
To run the Docker image:
docker pull registry.git-ce.rwth-aachen.de/optis/optis_app
docker run -p 5000:5000 -d registry.git-ce.rwth-aachen.de/optis/optis_app
Updated