Skip to content

Repository files navigation

SHWASA

Respiratory Acoustic Intelligence

An open research prototype for respiratory sound classification.

Overview

SHWASA is a Next.js-based web application serving as a live research prototype for evaluating and visualizing respiratory acoustic models.

Tech Stack

Getting Started

First, install the dependencies using pnpm:

pnpm install

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the application.

Project Structure

  • app/ - Next.js App Router pages and layouts
  • components/ - Reusable UI components and research visualizations
  • lib/ - Utility functions
  • public/ - Static assets