Medical-Diagnostic-App-Using-GPT-4-Vision-

How to run:

  1. Create a new environment
conda create -n mlapp python=3.10 -y
  1. Activate the environment
conda activate mlapp
  1. Install required packages
pip install -r requirements.txt
  1. Create the OPEN AI API Secret Key
OPENAI_API_KEY=""
  1. Run the app.py
streamlit run app.py