Respiratory Acoustic Intelligence
An open research prototype for respiratory sound classification.
SHWASA is a Next.js-based web application serving as a live research prototype for evaluating and visualizing respiratory acoustic models.
- Framework: Next.js 16
- UI & Styling: Tailwind CSS & shadcn/ui
- Data Visualization: Recharts
- Language: TypeScript
First, install the dependencies using pnpm:
pnpm installThen, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the application.
app/- Next.js App Router pages and layoutscomponents/- Reusable UI components and research visualizationslib/- Utility functionspublic/- Static assets