
Classical computer vision pipeline to detect malaria-infected cells using HOG (Histogram of Oriented Gradients) features and an SVM classifier. Includes image preprocessing, feature extraction, model training with cross-validation, evaluation, and a simple Streamlit UI for inference.
A lightweight CV pipeline: preprocess images, extract HOG descriptors, train an SVM with cross‑validation and grid search, evaluate on a held‑out set, persist the model (joblib), and serve predictions with a Streamlit app.
Designed and Developed by Aradhya Pavan H S