Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 3.2 KB

README.md

File metadata and controls

76 lines (49 loc) · 3.2 KB

Contributors Forks Stargazers Issues MIT License

Logo

Health Insight

Health Insight offers two distinct services: DoctorAI and PatientAI. DoctorAI provides invaluable support to healthcare professionals by suggesting relevant questions during patient assessments aiding in the diagnostic process. On the other hand PatientAI empowers individuals by allowing them to input their symptoms and medical history using voice commands. This feature enables patients to receive personalized insights access health education schedule appointments and monitor their health remotely. By combining these services Health Insight aims to revolutionize healthcare delivery for both doctors and patients fostering improved communication efficiency and outcomes.

Working Example

Demo.webm

🛠️ Installation Steps:

1. Export the API

2. Install Dependencies

pip install -r requirements.txt

3. Run the Backend

python main.py

4. Set Backend Path for Frontend

5. Install Frontend Packages

npm install

6. Run the Frontend

npm start

💻 Built with

Technologies used in the project:

  • HTML5
  • TypeScript
  • CSS3
  • Python3
  • Svelte
  • NodeJs