Skip to main content

Resp-Agent: A multi-agent framework for respiratory sound diagnosis and generation

Project description

Resp-Agent

A multi-agent framework for respiratory sound diagnosis and generation using deep learning.

Installation

Basic Installation

pip install resp-agent

With CUDA Support (Recommended)

First install PyTorch with CUDA support:

pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu128

Then install resp-agent:

pip install resp-agent

Or install with CUDA dependencies together:

pip install resp-agent[cuda]

Quick Start

Python API

from resp_agent import BEATs, BEATsConfig
from resp_agent.diagnoser import run_diagnoser
from resp_agent.generator import run_generator

# Diagnose respiratory sounds
result = run_diagnoser(
    audio_dir="./audio",
    output_dir="./output",
    metadata_csv="./metadata.csv"
)

# Generate respiratory sounds
audio = run_generator(
    ref_audio="./reference.wav",
    disease="Asthma",
    out_dir="./generated"
)

Command Line Interface

# Run diagnosis
resp-agent diagnose --audio_dir ./audio --output_dir ./output --metadata_csv ./metadata.csv

# Run generation
resp-agent generate --ref_audio ./ref.wav --disease Asthma --out_dir ./output

# Start interactive chat agent
resp-agent chat --lang zh  # Chinese
resp-agent chat --lang en  # English

Requirements

  • Python >= 3.8
  • PyTorch >= 2.0.0 (recommended: 2.8.0 with CUDA 12.8)
  • CUDA-capable GPU (recommended for training and inference)

Environment Variables

Set your DeepSeek API key for the Thinker agent:

export DEEPSEEK_API_KEY='your-api-key'

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

resp_agent-0.1.7.tar.gz (47.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

resp_agent-0.1.7-py3-none-any.whl (53.5 kB view details)

Uploaded Python 3

File details

Details for the file resp_agent-0.1.7.tar.gz.

File metadata

  • Download URL: resp_agent-0.1.7.tar.gz
  • Upload date:
  • Size: 47.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for resp_agent-0.1.7.tar.gz
Algorithm Hash digest
SHA256 8d91d0c45056dd3a8638ccf63c2b2d8862a44cbb3c3c6396600e70f03874ce18
MD5 69d23a7fe2efc29ea7c7c05e45f7491f
BLAKE2b-256 651643140879d336fd1edc1f647fbe0af104d325bbbf052cd40496e8111e3d73

See more details on using hashes here.

File details

Details for the file resp_agent-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: resp_agent-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 53.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for resp_agent-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 bb1a666b226814e7974e472382b16aa24e0dfae4da8955454cceea0a7733859f
MD5 e5e8815616f4fb592fb495ce82671d44
BLAKE2b-256 84ee9e447c8843c4caa389175ab591e8a77c41942a1baa63690b0468f72b381d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page