Skip to content

Frontend web application for the CoughSense project, providing audio recording, upload, and visualization of analysis results.

Notifications You must be signed in to change notification settings

arkadiusoo/CoughSense-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoughSense Frontend

This repository contains the frontend part of the CoughSense system – a web-based user interface for uploading or recording cough audio samples and displaying analysis results.

The frontend is responsible for:

  • providing a simple and accessible user interface,
  • recording or uploading audio samples,
  • sending audio data to the backend API,
  • presenting the analysis results returned by the backend.

Technology stack

  • React
  • JavaScript
  • Web Audio API
  • Docker

Architectural assumptions

The frontend is implemented as a single-page application (SPA). It contains no machine learning logic and does not process audio data beyond basic recording and upload functionality. All analysis is delegated to the backend service.

About

Frontend web application for the CoughSense project, providing audio recording, upload, and visualization of analysis results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published