jmontp's picture
Updated app entry point
7866b12

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
metadata
title: Lower Limb Similarity Analysis
emoji: 📊
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.33.0
app_file: Home.py
pinned: false

Lower-Limb-Similarity-Analysis

This repository contains a tool for analyzing task similarity in lower limb biomechanics data. The tool helps identify potential conflicts in end-to-end controllers for lower-limb wearable robots.

Running the Tool

To run the tool, use:

streamlit run Home.py

This will launch the multi-page application with:

  • Home page: Landing page with navigation to Documentation and Tool
  • Documentation: Information about the analysis methodology and tool usage
  • Tool: The interactive similarity analysis dashboard

Note: The legacy dashboard.py file is kept for backward compatibility but is no longer the recommended entry point.

Dependencies

See requirements.txt for the required packages.