This Streamlit application utilizes OpenAI's LLM to analyze medical images. Users can upload images, and the app provides an analysis that points out any irregularities, illnesses, or conditions visible in the images.
To run the application, follow these steps:
Start the App: Navigate to the project directory in your terminal and run the following command:
streamlit run C:\Users\path_to_the_app\app.py
Access the App: Once the server starts, it will be accessible via your web browser. By default, the app runs at:
http://localhost:8501
Interact with the App: Follow the on-screen instructions to upload a medical image and receive an analysis.