This project is an end-to-end medical AI application that predicts patient test results based on structured clinical data.
- Machine Learning model (ensemble) trained on real medical dataset
- Predict test result:
Abnormal,Normal, orInconclusive - Streamlit-based Web UI for interactive usage
- FastAPI backend for programmatic access
- Visual confidence (probability) bar chart
- Encoders & scaler included for inference
cd appfastapi run main.pyVisit: http://127.0.0.1:8000/docs to test the API.
streamlit run app.pyVisit: http://localhost:8501 to use the web UI.
- Deploy on Docker
- Deploy on AWS
- Model monitoring and MLOps building
Data source: Kaggle Healthcare Dataset
