📄️ Create a Dendro App
Here we will walk through the steps of creating a simple Dendro processing app. Alternatively, you can view some more complicated WIP apps here.
📄️ REST API
The Dendro API is implemented using Python with FastAPI, deployed as serverless functions on Vercel. It is divided into four sections: GUI, Compute Resource, Processor, and Client.
📄️ Dendro for developers
Here are some notes for developers. This is not a complete guide, but it should help you get started. Please contact the authors if you have any questions. We are happy to accept questions and pull requests.