You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a production-ready FastAPI microservice for lung cancer detection from medical images using AI/ML models. It's the prediction API component of a larger lung cancer detection system. The service is built with a clean architecture, is containerized with Docker, and provides endpoints for prediction, health checks, and model information.
lung cancer prediction using machine learning. It involves data preprocessing, splitting the dataset into training, testing, and validation sets, and building a predictive model.