Folder Structure
/
:Makefile
: Helpful commands for interacting with projectdocker-compose.yaml
: Containerized services for local integration tests
api
: contains the source code for the API serverdocs
: contains the overall documentation of the projectinfra
: contains examples for deployments e.g. Docker, Kubernetes, etc.ml
: contains code and experiments for generating production ready ML modelsscripts
: contains scripts for setting up test data, models for running locally, etc.protos
: contains Protocol Buffer definitions for API and Worker servicestests
: contains code and test cases for Integration Testsworker
: contains the source code for the Worker server with its individual components for Place Detection, Face Detection & Clustering and Things Detection