└── src
├── backend
| ├── assets (images for backend README)
| ├── esp32cam (camera setup)
| ├── firebase (to upload to database)
| └── tensorflow (to handle model training)
| ├── cocoapi
| ├── data (TF record and label map)
| | ├── test
| | ├── train
| | └── valid
| ├── models (all the model checkpoints)
| ├── object_counting (code for object counting)
| ├── object_detection (code for object detection)
| ├── models (all the model checkpoints)
| ├── [protoc] (see the setup guide for backend)
| ├── setup (scripts to setup environment)
| | ├── object_counting (setup file for object counting)
| | ├── object_detection (setup file for object detection)
| | └── (some shell scripts to automate setup)
| └── (virtual environment name and config files)
└── frontend
└── project-app (react app folder)
├── public (electron config files)
└── src (app contents)
| ├── api (api config files and functions)
| ├── assets (test assests)
| ├── data (test data)
| ├── pages (app pages)
| | ├── ConfigPage (configuration page components and base file)
| | | └── components
| | | ├── FlowComponent
| | | ├── HelpComponent
| | | ├── LayerComponent
| | | ├── NavbarComponent
| | | ├── NodeComponent
| | | └── ScaleComponent
| | ├── HomePage (home page components and base file)
| | | ├── components
| | | └── utils
| | ├── LoginPage (home page base file)
| | └── RegisterPage (registration page components and base file)
| | └── components
| ├── resources (application logo)
| └── (base app files)
└── (config files and app package details)
forked from RussellDash332/Legwork
-
Notifications
You must be signed in to change notification settings - Fork 0
zwzac/Legwork
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Legwork: Privacy-aware movement tracking
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 82.1%
- Jupyter Notebook 12.5%
- JavaScript 2.9%
- C++ 2.0%
- Dockerfile 0.2%
- HTML 0.2%
- Other 0.1%