Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation metric: accuracy #84

Commits on Aug 20, 2022

  1. Aws/trashai staging (code4sac#65)

    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    * Testing coco (code4sac#28)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink to web_model
    
    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * Changed upload behaviour
    
    * Refactored upload dialog / drop area
    
    * added more model samples
    * removed dropzone package
    
    * Fixed issue with remove / key and array order
    
    * Removed lab / test for deployed versions of environment
    
    * Added about page
    
    * Forgot to update the metadata text
    
    * Yolov5-Taco web model code4sac#7 (code4sac#30)
    
    * Testing tf_web model export
    
    * removing pyright
    
    * Working version of taco dataset + initial build instructions
    
    * Created links to code4sac and the github project
    
    Added jupyter notebook files for new training as well as using existing
    training data
    
    * Adjusted new training jupyter notebook
    
    * Testing change to model loading in AWS
    
    * Try 2 on loading model
    
    * Try 3 on loading model
    
    * Reverting changes (has to do with basic auth url)
    
    * Removed old react frontend directory
    
    * Removed old react frontend directory (code4sac#34)
    
    * Moving domain from codefordev to trashai.org
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * Fixing file ext name issue with s3 bucket upload on backend
    
    * bugfix on s3 naming with file extension (code4sac#40)
    
    * Added magnifying feature for larger images
    
    * filling out the about page (code4sac#45)
    
    * filling out the about page
    
    * adding article
    
    * better formatting
    
    * Made about page default code4sac#49
    
    * Added "Samples" button to upload tab closes code4sac#50
    
    * Making about updates specified in code4sac#48 (code4sac#51)
    
    * Making about updates specified in code4sac#48
    
    * removing space
    
    * small about update
    
    * Demoing the CI/CD integration
    
    * Typescript refactor Version 1
    
    * removed nuxt
    
    * removed more files
    
    * adjusted build commands
    
    * fixed height issue with uploads
    
    * re-implemented backend
    
    * adjusted frontend deploy stack
    
    * Added github secret for google maps api key
    
    * Added dockerfile for frontend
    
    * added jszip
    
    * Fixed android upload gps issue, fixed mobile status truncating issue
    
    * removed uneeded logo files
    
    * Typescript refactor (code4sac#58)
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * Fixing file ext name issue with s3 bucket upload on backend
    
    * Promote staging updates to prod (code4sac#52)
    
    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    * Testing coco (code4sac#28)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink to web_model
    
    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * Changed upload behaviour
    
    * Refactored upload dialog / drop area
    
    * added more model samples
    * removed dropzone package
    
    * Fixed issue with remove / key and array order
    
    * Removed lab / test for deployed versions of environment
    
    * Added about page
    
    * Forgot to update the metadata text
    
    * Yolov5-Taco web model code4sac#7 (code4sac#30)
    
    * Testing tf_web model export
    
    * removing pyright
    
    * Working version of taco dataset + initial build instructions
    
    * Created links to code4sac and the github project
    
    Added jupyter notebook files for new training as well as using existing
    training data
    
    * Adjusted new training jupyter notebook
    
    * Testing change to model loading in AWS
    
    * Try 2 on loading model
    
    * Try 3 on loading model
    
    * Reverting changes (has to do with basic auth url)
    
    * Removed old react frontend directory
    
    * Removed old react frontend directory (code4sac#34)
    
    * Moving domain from codefordev to trashai.org
    
    * Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * bugfix on s3 naming with file extension (code4sac#40)
    
    * Added magnifying feature for larger images
    
    * filling out the about page (code4sac#45)
    
    * filling out the about page
    
    * adding article
    
    * better formatting
    
    * Made about page default code4sac#49
    
    * Added "Samples" button to upload tab closes code4sac#50
    
    * Making about updates specified in code4sac#48 (code4sac#51)
    
    * Making about updates specified in code4sac#48
    
    * removing space
    
    * small about update
    
    Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * Typescript refactor Version 1
    
    * removed nuxt
    
    * removed more files
    
    * adjusted build commands
    
    * fixed height issue with uploads
    
    * re-implemented backend
    
    * adjusted frontend deploy stack
    
    * Added github secret for google maps api key
    
    * Added dockerfile for frontend
    
    * added jszip
    
    * Fixed android upload gps issue, fixed mobile status truncating issue
    
    * removed uneeded logo files
    
    Co-authored-by: Dan Fey <feydanm@gmail.com>
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * updated deploy scripts
    
    * testing config update
    
    * added vite
    
    * testing vite
    
    * testing vite
    
    * testing deploy
    
    * adjusted permissions to allow access to public bucket
    
    * still testing
    
    * arg!
    
    * Updating about page (code4sac#64)
    
    * Updating about page to show Steve as the lead dev and adding feedback form
    
    * making about pages consistent
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    Co-authored-by: Dan Fey <feydanm@gmail.com>
    4 people committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    385f935 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Google analytics addition merge to production (code4sac#68)

    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    * Testing coco (code4sac#28)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink to web_model
    
    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * Changed upload behaviour
    
    * Refactored upload dialog / drop area
    
    * added more model samples
    * removed dropzone package
    
    * Fixed issue with remove / key and array order
    
    * Removed lab / test for deployed versions of environment
    
    * Added about page
    
    * Forgot to update the metadata text
    
    * Yolov5-Taco web model code4sac#7 (code4sac#30)
    
    * Testing tf_web model export
    
    * removing pyright
    
    * Working version of taco dataset + initial build instructions
    
    * Created links to code4sac and the github project
    
    Added jupyter notebook files for new training as well as using existing
    training data
    
    * Adjusted new training jupyter notebook
    
    * Testing change to model loading in AWS
    
    * Try 2 on loading model
    
    * Try 3 on loading model
    
    * Reverting changes (has to do with basic auth url)
    
    * Removed old react frontend directory
    
    * Removed old react frontend directory (code4sac#34)
    
    * Moving domain from codefordev to trashai.org
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * Fixing file ext name issue with s3 bucket upload on backend
    
    * bugfix on s3 naming with file extension (code4sac#40)
    
    * Added magnifying feature for larger images
    
    * filling out the about page (code4sac#45)
    
    * filling out the about page
    
    * adding article
    
    * better formatting
    
    * Made about page default code4sac#49
    
    * Added "Samples" button to upload tab closes code4sac#50
    
    * Making about updates specified in code4sac#48 (code4sac#51)
    
    * Making about updates specified in code4sac#48
    
    * removing space
    
    * small about update
    
    * Demoing the CI/CD integration
    
    * Typescript refactor Version 1
    
    * removed nuxt
    
    * removed more files
    
    * adjusted build commands
    
    * fixed height issue with uploads
    
    * re-implemented backend
    
    * adjusted frontend deploy stack
    
    * Added github secret for google maps api key
    
    * Added dockerfile for frontend
    
    * added jszip
    
    * Fixed android upload gps issue, fixed mobile status truncating issue
    
    * removed uneeded logo files
    
    * Typescript refactor (code4sac#58)
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * Fixing file ext name issue with s3 bucket upload on backend
    
    * Promote staging updates to prod (code4sac#52)
    
    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    * Testing coco (code4sac#28)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink to web_model
    
    * Coco POC code4sac#8 code4sac#9 (code4sac#19) (code4sac#26)
    
    * Fixed some package.json issues, updated some entries in .gitignore and .in (for those who would use it)
    
    * saving work
    
    * saving work... having issues with async reading file then loading it in coco
    
    * coco confirmed working
    
    * Added JSON metadata
    
    * Arg! this should work
    
    * Removed Pro port mapping from localstack docker-compose
    
    * Added multiple file upload and cleaned up presentation a bit
    
    Looks like there is a problem with uploading multiple files at once, the
    predictions don't always trigger
    
    * Minor updates to MacOS details (code4sac#24)
    
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * removed symlink
    
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * Changed upload behaviour
    
    * Refactored upload dialog / drop area
    
    * added more model samples
    * removed dropzone package
    
    * Fixed issue with remove / key and array order
    
    * Removed lab / test for deployed versions of environment
    
    * Added about page
    
    * Forgot to update the metadata text
    
    * Yolov5-Taco web model code4sac#7 (code4sac#30)
    
    * Testing tf_web model export
    
    * removing pyright
    
    * Working version of taco dataset + initial build instructions
    
    * Created links to code4sac and the github project
    
    Added jupyter notebook files for new training as well as using existing
    training data
    
    * Adjusted new training jupyter notebook
    
    * Testing change to model loading in AWS
    
    * Try 2 on loading model
    
    * Try 3 on loading model
    
    * Reverting changes (has to do with basic auth url)
    
    * Removed old react frontend directory
    
    * Removed old react frontend directory (code4sac#34)
    
    * Moving domain from codefordev to trashai.org
    
    * Fixes for code4sac#36, code4sac#35, code4sac#32 + download all feature, and backend refactor w/ dedup (code4sac#38)
    
    * Replaced Backend with python, fixed infa deploy logic # 35
    
    * backend now tracks images by their sha256 value to avoid duplication
    * added new manual action to infra deploy logic # 35
    * added log retention logic to backend deploy # 36
    * added new fields to deploy_map
        "log_retention_days": 30,
        "dns_domain_map_root": true,
    * made github_actions script aware of domain, and "is_root_domain" deploy_map setting
    
    * Addresses # 32, added new features amongst them a download all button
    
    * added new packages to UI
        * "dexie" local storage w/ indexeddb browser store, localstore
          couldn't cut it
        * "file-saver": allows us to do a saveas with the zip file
        * "jszip": zip libarary to address #
    * indicators for backend upload success, and if the image has been seen
      before
    * now looks good in mobile as well as desktop
    * also using indexeddb introduced caching the file objects (for download later) and caching of the tf model
    
    * Added support for python packages
    
    * Adjusted permission to add/remove layers in the prefix namespace
    
    * fixed permissions issue for layers / backend deploy
    
    * Added hash and other metadata to the metadata display and hover over filename
    
    * Fixed metadata download and info button
    
    * bugfix on s3 naming with file extension (code4sac#40)
    
    * Added magnifying feature for larger images
    
    * filling out the about page (code4sac#45)
    
    * filling out the about page
    
    * adding article
    
    * better formatting
    
    * Made about page default code4sac#49
    
    * Added "Samples" button to upload tab closes code4sac#50
    
    * Making about updates specified in code4sac#48 (code4sac#51)
    
    * Making about updates specified in code4sac#48
    
    * removing space
    
    * small about update
    
    Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * Typescript refactor Version 1
    
    * removed nuxt
    
    * removed more files
    
    * adjusted build commands
    
    * fixed height issue with uploads
    
    * re-implemented backend
    
    * adjusted frontend deploy stack
    
    * Added github secret for google maps api key
    
    * Added dockerfile for frontend
    
    * added jszip
    
    * Fixed android upload gps issue, fixed mobile status truncating issue
    
    * removed uneeded logo files
    
    Co-authored-by: Dan Fey <feydanm@gmail.com>
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    
    * updated deploy scripts
    
    * testing config update
    
    * added vite
    
    * testing vite
    
    * testing vite
    
    * testing deploy
    
    * adjusted permissions to allow access to public bucket
    
    * still testing
    
    * arg!
    
    * Updating about page (code4sac#64)
    
    * Updating about page to show Steve as the lead dev and adding feedback form
    
    * making about pages consistent
    
    * adding google analytics script (code4sac#67)
    
    Co-authored-by: Steven Hollingsworth <shollingsworth@barracuda.com>
    Co-authored-by: Jim Ewald <jim.ewald@gmail.com>
    Co-authored-by: Jim <jimewald@gmail.com>
    4 people committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    118760f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    61dd07f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    73c7a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9df7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d057a03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac7bdd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    81699b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Add files via upload

    running-man-01 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2b58b36 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    running-man-01 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4149890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94799a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75958f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b955f74 View commit details
    Browse the repository at this point in the history
  6. update accuracy

    running-man-01 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    0060596 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    5992027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    108de68 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    887dc59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1def743 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00cb14b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9acee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40bc972 View commit details
    Browse the repository at this point in the history