This is a Streamlit application for semantic search of medical images.
This application allows users to perform semantic search on medical images. It is built using Streamlit and leverages libraries for medical image processing and visualization.
To run the application, ensure you have installed the dependencies using uv:
uv pip install -r requirements.txtAlternatively, you can use pip if uv is not available:
pip install -r requirements.txtOnce the dependencies are installed, you can run the Streamlit application:
streamlit run app.pyEnsure that you have an app.py file in the semantic-search-app directory which contains the Streamlit application code.
