The building blocks of our wildfire detection & monitoring API.
- Python 3.6 (or more recent)
- pip
You can clone and install the project dependencies as follows:
git clone https://github.com/pyronear/pyronear-api.git
pip install -r pyronear-api/src/requirements.txt
If you wish to deploy this project on a server hosted remotely, you might want to be using Docker containers. You can perform the same using this command:
PORT=8002 docker-compose up -d --build
Once completed, you will notice that you have a docker container running on the port you selected, which can process requests just like any django server.
The full project documentation is available here for detailed specifications. The documentation was built with ReDoc.
Please refer to CONTRIBUTING
if you wish to contribute to this project.
Distributed under the GPLv3 License. See LICENSE
for more information.