Niha1710/hiv-case-prediction
1
๐ฌ HIV Occurrence Prediction
An AI-powered web application that predicts the risk of HIV occurrence based on patient demographic, clinical, and behavioral factors using Logistic Regression.
๐ Features
- Clean, modern Streamlit UI
- Logistic Regression model for risk prediction
- Label Encoding for categorical variables
- Probability-based risk output
- Medical disclaimer included
๐ Input Features
๐ง Model
- Algorithm: Logistic Regression
- Preprocessing: Label Encoding
- Output: Binary Classification (High Risk / Low Risk) + Probability
โ ๏ธ Disclaimer
This tool is for research and educational purposes only. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult a qualified healthcare provider for HIV testing and counseling.
๐ ๏ธ How to Run Locally
pip install -r requirements.txt
streamlit run app.py๐ Files
โโโ app.py # Main Streamlit application
โโโ model.pkl # Trained Logistic Regression model
โโโ label_encoder.pkl # Label Encoder for categorical features
โโโ requirements.txt # Python dependencies
โโโ README.md # This file