A modular, data-driven operational experimental framework designed to support reproducibility and scientific rigor in the development and evaluation of activity recognition systems. Realized as part of PhD research.
- Create and activate a virtual environment.
python3 -m venv .venv
source .venv/bin/activate- Install required packages.
pip install -r requirements.txt- Run the Streamlit app.
streamlit run gui/main.pyPlease cite the following papers if you use or refer to FlowAR (code, data) in your research:
FlowAR: A Framework for Data-Driven Development of Human Activity Recognition Systems using Binary Sensors
Ali Ncibi, Luc Bouganim, Philippe Pucheral
21st International Conference on Distributed Computing in Smart Systems and the Internet of Things (DCOSS-IoT), 2025.
FlowAR: une plateforme uniformisee pour la reconnaissance des activites humaines a partir de capteurs binaires
Ali Ncibi, Luc Bouganim, Philippe Pucheral
25eme conference francophone Extraction et Gestion des Connaissances (EGC), 2025.
Paper links: