This project predicts malaria outbreaks using a machine learning model based on Support Vector Machines (SVM). The model forecasts outbreaks 15–20 days in advance with high accuracy, leveraging historical data and environmental factors.
- Predicts malaria outbreaks up to 20 days in advance.
- Utilizes climate and health data for forecasting.
- Implements an SVM-based machine learning model.
- Provides visualization of prediction results.
- Programming Language: Python
- Machine Learning Model: Support Vector Machine (SVM)
- Libraries Used: Pandas, NumPy, Scikit-learn, Matplotlib
git clone https://github.com/rahatbhambri/Malaria_outbreak.git
cd Malaria_outbreak
pip install -r requirements.txt- Prepare the dataset (ensure data is in the expected format).
- Run the model:
python main.py
- Review the predictions and visualization outputs.
- Model accuracy and performance metrics.
- Key findings from prediction analysis.
- Improve model accuracy with additional features.
- Implement deep learning models for better predictions.
- Develop a web or mobile application for real-time alerts.
Contributions are welcome! Feel free to submit issues and pull requests.