Giter VIP home page Giter VIP logo

save_life_in_ua's Introduction

save_life_in_ua

EDA of the donations and expenses to "Повернись Живим" ("Come back alive"/"Save life in ua"): https://www.comebackalive.in.ua/

The main analysis is in the save_life_in_ua/eda.py script.

Analysis results

The main analysis is scheduled to run regularly in the CI/CD pipeline. As outcome the markdown docs/README.md file is updated and the updated version is pushed to the gh-pages branches, which in turn is served as GitHub pages at https://mlisovyi.github.io/save_life_in_ua/.

graph TD;
GitHub_Actions -- execute_on_schedule --> save_life_in_ua/eda.py;
save_life_in_ua/eda.py --> docs/README.md;
docs/README.md -- push_results_to_branch --> gh_pages;
gh_pages -- transform_to_html_and_deploy --> https://mlisovyi.github.io/save_life_in_ua/;
;
Loading

As a result of this automation, the user has access to up-to-date information without needing to have a python, environment and the analysis repository installed.

Installation

Clone the repository from GitHub:

git clone https://github.com/mlisovyi/save_life_in_ua.git

For execution one has to install relevant python dependencies using pip:

pip install -r requirements/requirements_app.txt

The code has been checked to run and is tests in CI/CD using python 3.8. It is strongly recommended to use some virtual environment with dedicated python installation, e.g. conda, poetry, pipenv, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.