Spaces:
Runtime error
Runtime error
A newer version of the Streamlit SDK is available:
1.53.1
To run the Glaucoma Image Classifier app locally, follow these steps:
Clone the repository to your local machine.
Navigate to the project directory.
Create a virtual environment (optional but recommended):
python3 -m venv venvActivate the virtual environment:
- For Windows:
venv\Scripts\activate- For macOS/Linux:
source venv/bin/activateInstall the required Python packages:
pip install -r requirements.txtRun the Streamlit app:
streamlit run app.pyAccess the app in your web browser at the provided local URL (usually http://localhost:8501).