Skip to content

Release 0.1

Latest
Compare
Choose a tag to compare
@paulmis paulmis released this 04 Apr 18:34
fb99c35

The first Terraform release submitted to the 2023 Google's Solution Challenge. 0.1 provides:

  • the Terraform Android mobile application (src/frontend)
    • user authentication
    • adding fields
    • showing fields in Google Maps
    • field overviews
    • index and insight display
    • remedy chatbot
  • the image processing pipeline (src/backend) with
    • modularity and parallelism
    • modules:
      • mosaicing
      • segmentation
      • index calculation (NDVI, TCARI)
      • disease detection (tomatoes, potatoes)
      • segmentation (nutrient deficiency, weed cluster, standing water detection...)
    • the Mat image wrapper
    • containerization
  • underlying cloud infrastructure (see the wiki)
  • static analysis, static typing enforcement
  • unit testing
  • CI/CD
  • the Github wiki