Skip to content

Baalavignesh/HealthBridge-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthBridge AI

Project Banner

Overview

HealthBridge AI is a telemedicine platform designed to bridge the language gap in healthcare. By integrating AI-driven multilingual support and cultural awareness, it enables seamless communication between patients and doctors, ensuring accessible healthcare for all.

Features

  • AI-Powered Symptom Analysis: Patients can record voice messages describing their symptoms, which are transcribed using OpenAI's voice-to-text technology.
  • Doctor Recommendation: A trained Hugging Face model analyzes symptoms and recommends the appropriate doctor specialization.
  • Automated Doctor Matching: Nearby doctors are notified in real-time (Socket.io integration in progress) with patient details and symptoms.
  • Multilingual Support: Amazon Translate ensures communication without language barriers.
  • Future Enhancements:
    • Real-time voice translation.
    • Direct doctor-patient calls via WebRTC.
    • Enhanced doctor availability tracking.
    • AI-driven cultural insights for better patient understanding.

Tech Stack

  • Frontend: React, Tailwind CSS
  • Backend: FastAPI
  • Database: DynamoDB
  • AI Services: OpenAI API (Voice to Text), Hugging Face, Amazon Translate
  • Real-Time Communication: (Socket.io - Upcoming Implementation)

Setup Instructions

React Frontend

npm i
npm run dev

Create a .env file in the root directory with:

VITE_OPENAI_API_KEY=
VITE_AWS_ACCESS_KEY_ID=
VITE_AWS_SECRET_ACCESS_KEY=
VITE_AWS_REGION=
VITE_ASSISTANT_ID=

FastAPI Backend

pip3 install -r requirements.txt
cd app/
fastapi dev main.py

Create a .env file in the backend directory with:

OPENAI_API_KEY=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
DYNAMO_DB_TABLE_NAME=

Screenshots

Screenshot 0 Screenshot 1 Screenshot 2

Contributors

Repository

HealthBridge AI GitHub

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors