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
-
Clone the repository:
git clone https://github.com/your-username/MedAI.git
-
Navigate to the project directory:
cd MedAI
-
Install the required dependencies:
pip install -r requirements.txt
- Start the Flask development server:
python3 app.py
the models used here + API basis were brought from this repo