Hospital App - AI Models API

Setup Instructions for Team

1. Setting Up the Environment and Installing Packages

  • Create and activate your virtual environment:

    python -m venv env
    env\Scripts\activate 
  • Install the required packages:

    pip install -r requirements.txt

2. Setting the FLASK_APP Environment Variable

  • For Windows:
    set FLASK_APP=app.py

3. Running the Project

To start the Flask application, run:

flask run