|
1 |
| -Template DataForGood |
2 |
| -================ |
3 |
| - |
4 |
| -<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! --> |
5 |
| - |
6 |
| -This file will become your README and also the index of your |
7 |
| -documentation. |
8 |
| - |
9 |
| -# Contributing |
10 |
| - |
11 |
| - |
12 |
| -## Use a venv |
13 |
| - |
14 |
| - python3 -m venv name-of-your-venv |
15 |
| - |
16 |
| - source name-of-your-venv/bin/activate |
17 |
| - |
18 |
| - |
19 |
| -## Utiliser Poetry |
20 |
| - |
21 |
| -[Installer Poetry](https://python-poetry.org/docs/): |
22 |
| - |
23 |
| - python3 -m pip install "poetry==1.4.0" |
24 |
| - |
25 |
| -Installer les dépendances: |
26 |
| - |
27 |
| - poetry install |
28 |
| - |
29 |
| -Ajouter une dépendance: |
30 |
| - |
31 |
| - poetry add pandas |
32 |
| - |
33 |
| -Mettre à jour les dépendances: |
34 |
| - |
35 |
| - poetry update |
36 |
| - |
37 |
| -## Utiliser Jupyter Notebook |
38 |
| - |
39 |
| - jupyter notebook |
40 |
| - |
41 |
| -and check your browser ! |
42 |
| - |
43 |
| -## Lancer les precommit-hook localement |
44 |
| - |
45 |
| -[Installer les precommit](https://pre-commit.com/) |
46 |
| - |
47 |
| - |
48 |
| - pre-commit run --all-files |
49 |
| - |
50 |
| - |
51 |
| -## Utiliser Tox pour tester votre code |
52 |
| - |
53 |
| - tox -vv |
| 1 | +``` |
| 2 | + _____ YAao, |
| 3 | +|__ /___ _ __ ___ Y8888b, |
| 4 | + / // _ \ '__/ _ \ ,oA8888888b, |
| 5 | + / /| __/ | | (_) | ,aaad8888888888888888bo, |
| 6 | +/____\___|_| \___/ _ _ ,d888888888888888888888888888b, |
| 7 | + | _ \ ___ ___| |__ ___| |_ ,888888888888888888888888888888888b, |
| 8 | + | | | |/ _ \/ __| '_ \ / _ \ __| d8888888888888888888888888888888888888, |
| 9 | + | |_| | __/ (__| | | | __/ |_ d888888888888888888888888888888888888888b |
| 10 | + |____/_\___|\___|_| |_|\___|\__| d888888P' `Y888888888888, |
| 11 | + / ___| __ _ _ ___ ____ _ __ _ ___ 88888P' Ybaaaa8888888888l |
| 12 | + \___ \ / _` | | | \ \ / / _` |/ _` |/ _ \ a8888' `Y8888P' `V888888 |
| 13 | + ___) | (_| | |_| |\ V / (_| | (_| | __/ d8888888a `Y8888 |
| 14 | + |____/ \__,_|\__,_| \_/ \__,_|\__, |\___| AY/'' `\Y8b ``Y8b |
| 15 | + |___/ Y' `YP ~~ |
| 16 | +``` |
| 17 | + |
| 18 | +# Zéro Déchat Sauvage |
| 19 | +## À propos |
| 20 | +[Zéro Déchet Sauvage](http://zds-app.duckdns.org/) (ZDS) est une application de visualisation de données de déchets diffus et collectés au cours d'évènements de collectes. Il s'agit d'une plateforme appartenant à l'association [MerTerre](https://mer-terre.org/) et développée par des bénévoles de l'association Data For Good. |
| 21 | + |
| 22 | +## Démo |
| 23 | +Une démo de l'applicaiton a été réalisée lors du Demo Day organisée à la fin de la saison 12 par Data For Good. |
| 24 | + |
| 25 | +<a href="[URL](https://www.youtube.com/live/7Zvy2PS7Vjg?si=Z3Gduxff0EunXsF7&t=6210)"> |
| 26 | + <img src="https://i.ytimg.com/vi/7Zvy2PS7Vjg/maxresdefault.jpg?sqp=-oaymwEmCIAKENAF8quKqQMa8AEB-AH-CYAC0AWKAgwIABABGFUgTyhlMA8=&rs=AOn4CLC3vkFGSd9jcNDb0HxMvbdN8kxQyA" alt="video youtube du demo day" width="50%"> |
| 27 | +</a> |
| 28 | + |
| 29 | +## Remerciement |
| 30 | +Merci à l'équipe de développement : |
| 31 | +* [Floriane](https://github.com/florianeduccini) |
| 32 | +* [Hadrien](https://github.com/DridrM) |
| 33 | +* [Mehdi](https://github.com/Mendi33) |
| 34 | +* [Vincent](https://github.com/Vincentdata) |
| 35 | +* [Thibault](https://github.com/tgazagnes) |
| 36 | +* [Linh](https://github.com/linh-dinh-1012) |
| 37 | +* [Joaquim](https://github.com/JoaquimDiaz) |
| 38 | +* [Valérie](https://github.com/ValerieNevo) |
| 39 | +* [Kyllian](https://github.com/KyllianBeguin) |
| 40 | + |
| 41 | +## Licence |
| 42 | +Ce projet est sous licence MIT. Plus d'information sur le fichier [LICENCE](https://github.com/dataforgoodfr/12_zero_dechet_sauvage/blob/staging/LICENSE). |
0 commit comments