Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 587 Bytes

code-catalyst

Our Track : HEALTHCARE

HEALTHCARE.AI

It is a AI-powered diagnostic system that utilizes artificial intelligence (AI) and machine learning algorithms to assist in diagnosing medical conditions and diseases. The goal of AI-powered diagnostics is to enhance the accuracy, speed, and efficiency of the diagnostic process, ultimately leading to improved patient outcomes and more effective healthcare delivery.

HOW TO START APP:

  1. pip install virtualenv
  2. virtualenv env
  3. .\env\Scripts\activate.ps1
  4. pip install flask
  5. pip install flask_cors
  6. python app.py