Best Flask open-source libraries and packages

DRC ebola evolution

This simple project demonstrates the utility of data science. I chose personally to study the evolution of the Ebola outbreak that has been occurring in the north-east of the DRC since August 2018. Built with Python, Flask, Dash
Updated 3 years ago

The outbreak situation of the Ebola Virus

This simple project demonstrates the utility of data science. I chose personally to study the evolution of the Ebola outbreak that has been occurring in the north-east of the DRC since August 2018.

Unfortunately many people have lost their lives. I really encourage all those who are willing to provide their efforts day and night to stop this outbreak. And for all those who want to know whether or not the danger is growing up, this can be your quick reference.

Thanks to Dr. Oly Ilunga Kalenga, ex DRC's Minister of Health, for making available the data of this outbreak. The data I'm using here comes from this website https://data.humdata.org/dataset/ebola-cases-and-deaths-drc-north-kivu and the sources are added daily on https://mailchi.mp/sante.gouv.cd/

My last update here is 2019-11-04.

This source code is free of any improvements or even suggestions for improvement. For anyone who can contribute, I will be really happy.

MY QUESTIONS

I will try to answer four questions

FIRST QUESTION

Do you want to see what were the daily situation of health areas in terms of confirmed cases and confirmed death?

SECOND QUESTION

Do you want to see the number of people with Ebola per province per month, confirmed by the laboratory?

THIRD QUESTION

What is the proportion of confirmed deaths compared to confirmed cases?

FOURTH QUESTION

Is there a way to customize the data?

System Requirements

You will need:

- Create a virtual environment, go to your project’s directory and run virtualenv.

  • python3 -m virtualenv env
  • source env/bin/activate

See my requirements.

Final result

The final result was deployed to Heroku Check the link: https://drc-ebola-outbreak.herokuapp.com/

Screenshots

Author

👤 Guillain Bisimwa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.