AI-Powered Lung and Heart Disease Detection
- What is VitalSenseAI?
- Screenshots
- How It Works
- Built With
- Getting Started
- Features
- Contributing
- License
VitalSenseAI is a cutting-edge web application that leverages advanced AI models to analyze lung and heart sounds for rapid, accurate disease detection. Designed for both healthcare professionals and individuals, it empowers users to upload or record audio samples and receive instant, AI-driven health insights.
- Website: vital-sense-ai.vercel.app/
- Hugging Face Model: jiveshkalra/LungDiseaseDetector
- AI Training Github: Lung Disease Detector
Figure 1: The audio upload page where users can submit lung or heart sound recordings for analysis. Figure 2: Example of an analysis result indicating healthy lung sounds. Figure 3: AI model output showing detection of Chronic Obstructive Pulmonary Disease (COPD). Figure 4: Analysis result page displaying a diagnosis of bronchiectasis. Figure 5: Example result for an Upper Respiratory Tract Infection (URTI) detection.
- Record: Capture lung or heart sounds using an electronic stethoscope.
- Upload: Securely upload the audio sample to VitalSenseAI.
- Analyze: My AI model, hosted on Hugging Face Spaces, processes the sound and predicts possible diseases.
- Diagnose: Instantly receive a detailed health report, including disease information, severity, and prevention tips.
- Model: Custom CNN based deep learning model for lung/heart sound classification
- Github: Github Repo
- Hosted on: Hugging Face Spaces
- API Integration: Uses Gradio Client for seamless communication
- Supported Diseases: Healthy, COPD, Pneumonia, Bronchiectasis, URTI, and more
- Next.js
- React.js
- TailwindCSS
- ☕ Lots of coffee
# Clone the repository
git clone https://github.com/jiveshkalra/vital-sense-ai.git
cd vital-sense-ai
# Install dependencies
npm install
npm run dev
Visit http://localhost:3000 in your browser.
- 🎤 Audio Upload & Recording: Upload your own lung/heart sound or try sample files
- ⚡ Instant AI Analysis: Get results in seconds
- 📊 Detailed Results: Disease info, severity, and prevention tips
- 🔒 Privacy First: No audio is stored; all analysis is real-time
- 📱 Responsive: Works on mobile, tablet, and desktop
We welcome contributions! Please see CONTRIBUTE.md for guidelines.
This project is licensed under the MIT License. See LICENSE.md for details.
Built With ❤️ by Jivesh Kalra