{"id":21070681,"url":"https://github.com/pyronear/pyro-crowdsourcer","last_synced_at":"2026-05-17T13:38:27.547Z","repository":{"id":36994925,"uuid":"446163706","full_name":"pyronear/pyro-crowdsourcer","owner":"pyronear","description":"Crowdsourcing of labeled images of wildfires","archived":false,"fork":false,"pushed_at":"2022-11-27T22:19:10.000Z","size":67,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-29T13:16:48.912Z","etag":null,"topics":["computer-vision","crowdsourcing","streamlit","wildfire"],"latest_commit_sha":null,"homepage":"https://pyro-crowdsourcer.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyronear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"pyronear","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-01-09T17:57:57.000Z","updated_at":"2022-12-15T00:02:01.000Z","dependencies_parsed_at":"2023-01-17T12:31:41.943Z","dependency_job_id":null,"html_url":"https://github.com/pyronear/pyro-crowdsourcer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronear%2Fpyro-crowdsourcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronear%2Fpyro-crowdsourcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronear%2Fpyro-crowdsourcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronear%2Fpyro-crowdsourcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyronear","download_url":"https://codeload.github.com/pyronear/pyro-crowdsourcer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513789,"owners_count":20303006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","crowdsourcing","streamlit","wildfire"],"created_at":"2024-11-19T18:47:48.759Z","updated_at":"2026-05-17T13:38:22.486Z","avatar_url":"https://github.com/pyronear.png","language":"Python","funding_links":["https://github.com/sponsors/pyronear"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://pyronear.org/img/logo_letters.png\" width=\"60%\"\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) ![Test Status](https://github.com/pyronear/pyro-crowdsourcer/workflows/tests/badge.svg)  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/1c73a45c6b3f4bc88c6725d50a2771fe)](https://www.codacy.com/gh/pyronear/pyro-crowdsourcer/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=pyronear/pyro-crowdsourcer\u0026amp;utm_campaign=Badge_Grade) [![CodeFactor](https://www.codefactor.io/repository/github/pyronear/pyro-crowdsourcer/badge)](https://www.codefactor.io/repository/github/pyronear/pyro-crowdsourcer)\n\n\nThe image crowdsourcing platform for wildfire visual data.\n\n## Quick Tour\n\n### Running/stopping the service\n\nYou can run the platform as a container using this command:\n\n```shell\nmake run\n```\n\nYou can now navigate to `http://localhost:8050` to interact with the platform.\n\n![App screenshot](https://user-images.githubusercontent.com/26927750/173859047-d4e0a9ad-10d8-44cf-9e8b-a0835717b1b6.png)\n\nIn order to stop the service, run:\n```shell\nmake stop\n```\n\n## Installation\n\n### Prerequisites\n\n- [Docker](https://docs.docker.com/engine/install/)\n- [Docker compose](https://docs.docker.com/compose/)\n- [Make](https://www.gnu.org/software/make/) (optional)\n\nThe project was designed so that everything runs with Docker orchestration (standalone virtual environment) that will run itself the [Dash](https://plotly.com/dash/) interface, so you won't need to install any additional libraries.\n\n## Configuration\n\nIn order to run the project, you will need to specific some information, which can be done using a `.env` file.\nThis file will have to hold the following information:\n- `API_URL`: the endpoint URL of your [pyro-storage](https://github.com/pyronear/pyro-storage) instance\n- `API_LOGIN`: the login for your API access\n- `API_PWD`: the password for your API access\n\nSo your `.env` file should look like something similar to:\n```\nAPI_URL='https://replace.with.your.api.endpoint/'\nAPI_LOGIN=my_dummy_login\nAPI_PWD=my_dummy_password\n```\n\nThe file should be placed at the root folder of your local copy of the project.\n\n\n## Contributing\n\nIf you scrolled down to this section, you most likely appreciate open source. Do you feel like helping with unresolved issues? Or perhaps submitting a new feature idea? Or contributing in any other way?\n\nYou're in luck, we compiled a short guide (cf. [`CONTRIBUTING`](CONTRIBUTING.md)) for you to easily do so!\n\n\n## License\n\nDistributed under the Apache 2.0 License. See [`LICENSE`](LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronear%2Fpyro-crowdsourcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyronear%2Fpyro-crowdsourcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronear%2Fpyro-crowdsourcer/lists"}