Sensor data simulator of a virtual elderly person living alone in a virtual smart home.
Python: 3.11
To use this simulator, follow these steps in your local environment terminal:
-
Clone this repository
git clone (this URL)
. -
Prepare a virtual environment for Python
- Create the virtual environment:
python -m venv venv
. - Activate the virtual environment: For Windows:
.\venv\Scripts\activate
, for unix-like systems:source venv/bin/activate
. - Install required libraries:
pip install -r requirements.txt
- Create the virtual environment:
-
Run the simulator:
python main.py
.
See main.ipynb for detail use and tuning.