Getting Started

Prerequisites

Make sure you have the following dependencies installed before running the project:

  • Python 3.7 or above
  • Flask
  • Pillow==5.4.1
  • gevent==1.4.0
  • gunicorn==19.9.0
  • keras==2.10.0
  • tensorflow==2.10.0
  • numpy

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/MedAI.git
    
  2. Navigate to the project directory:

    cd MedAI
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  • Start the Flask development server:
    python3 app.py
    

Open your web browser and visit the following URL:

Recognition:

the models used here + API basis were brought from this repo