Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ergonomics_Edgeimpulse

A Python-based project focused on ergonomics-oriented workflows.

📌 Overview

Ergonomics_Edgeimpulse is intended to support data-driven ergonomics applications, such as posture/activity monitoring, classification pipelines, or related ML-assisted analysis workflows.


✨ Features

  • Python-first implementation
  • Modular and script-friendly workflow
  • Supports data preprocessing and model experimentation
  • Designed to be extendable for Edge Impulse-compatible datasets/pipelines

🧰 Tech Stack

  • Language: Python (100%)
  • Other tools:
    • NumPy / Pandas
    • scikit-learn
    • Matplotlib / Seaborn
    • Jupyter Notebook

🚀 Getting Started

Prerequisites

  • Python 3.9+ (recommended)
  • pip (or conda)

Installation

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

🧪 Example Workflow

  1. Collect/prepare ergonomics-related data.
  2. Preprocess and clean the dataset.
  3. Train or evaluate classification/regression model(s).
  4. Export artifacts and test inference flow.

👤 Author

Bhumika Verma
GitHub: @bhumikaverma05

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages