This project aims to predict the number of dengue cases using machine learning models based on weather data and epidemiological information.
Dengue is a mosquito-borne disease that can have a significant impact on public health. Predicting the number of dengue cases can help healthcare authorities take proactive measures to mitigate outbreaks.
This project uses machine learning techniques to create a predictive model based on historical weather data and epidemiological information. The goal is to forecast the number of dengue cases for specific regions and time periods.
Before you begin, ensure you have the following installed on your machine:
- Python 3.8+
- Poetry (Dependency Manager)
To set up this project on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/osl-pocs/ml-dengue-predict.git
-
Navigate to the project directory:
cd ml-dengue-predict
-
Install project dependencies using Poetry. Make sure you have Poetry installed, and then run:
poetry install
-
Activate the virtual environment created by Poetry:
poetry shell
-
Launch Jupyter Lab to open the notebook:
jupyter lab
The main project details and documentation can be found in the Jupyter Notebook located in the notebooks
directory:
The notebook contains comprehensive information about the project, including data preprocessing, model building, and analysis.
This project utilizes data from the INFODENGUE database:
We welcome contributions from the community. If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Commit your changes and provide descriptive commit messages.
- Push your branch to your fork:
git push origin feature-name
- Create a Pull Request to the
main
branch of the original repository.
This project is licensed under the BSD License.
Feel free to customize this README to fit the specific details and needs of your project. Include sections about data sources, model details, and any additional information that would be useful for users and contributors.