A Python-based project focused on ergonomics-oriented workflows.
Ergonomics_Edgeimpulse is intended to support data-driven ergonomics applications, such as posture/activity monitoring, classification pipelines, or related ML-assisted analysis workflows.
- Python-first implementation
- Modular and script-friendly workflow
- Supports data preprocessing and model experimentation
- Designed to be extendable for Edge Impulse-compatible datasets/pipelines
- Language: Python (100%)
- Other tools:
- NumPy / Pandas
- scikit-learn
- Matplotlib / Seaborn
- Jupyter Notebook
- Python 3.9+ (recommended)
pip(orconda)
git clone https://github.com/bhumikaverma05/Ergonomics_Edgeimpulse.git
cd Ergonomics_Edgeimpulse
python -m venv .venv
# Activate virtual environment:
# Windows:
.venv\Scripts\activate
# macOS/Linux:
source .venv/bin/activate
pip install -r requirements.txt- Collect/prepare ergonomics-related data.
- Preprocess and clean the dataset.
- Train or evaluate classification/regression model(s).
- Export artifacts and test inference flow.
Bhumika Verma
GitHub: @bhumikaverma05