The SVM model is used for production predictions — best accuracy with fastest inference. lung_cancer_app/ ├── ui/ │ └── app.py # Streamlit web interface ├── bl/ │ ├── model_manager.py # Model loading, ...