Skip to content

Commit

Permalink
Aws/trashai staging - taco/yolov5 live (#33)
Browse files Browse the repository at this point in the history
* Coco POC #8 #9 (#19) (#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 (#24)

Co-authored-by: Jim <[email protected]>

Co-authored-by: Jim Ewald <[email protected]>
Co-authored-by: Jim <[email protected]>

Co-authored-by: Jim Ewald <[email protected]>
Co-authored-by: Jim <[email protected]>

* removed symlink

* Testing coco (#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 (#24)

Co-authored-by: Jim <[email protected]>

* removed symlink to web_model

* Coco POC #8 #9 (#19) (#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 (#24)

Co-authored-by: Jim <[email protected]>

Co-authored-by: Jim Ewald <[email protected]>
Co-authored-by: Jim <[email protected]>

Co-authored-by: Jim Ewald <[email protected]>
Co-authored-by: Jim <[email protected]>

* removed symlink

Co-authored-by: Jim Ewald <[email protected]>
Co-authored-by: Jim <[email protected]>

* 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 #7 (#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 (#34)

* Moving domain from codefordev to trashai.org

Co-authored-by: Jim Ewald <[email protected]>
Co-authored-by: Jim <[email protected]>
  • Loading branch information
3 people authored Mar 31, 2022
1 parent 5bb8de0 commit b14f615
Show file tree
Hide file tree
Showing 77 changed files with 1,421 additions and 18,084 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
**/node_modules
./model
./archive
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ data

**/*.pyc
.python-version
**/*.zip
pyrightconfig.json
archive/
11 changes: 10 additions & 1 deletion deploy_map.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"deployments": [
{
"aws_profile": "personal",
"aws_account_number": "834723192900",
"region": "us-west-1",
"branch": "production",
"dns_domain": "trashai.org",
"github_repo_name": "trash-ai",
"github_repo_owner": "code4sac"
},
{
"aws_profile": "personal",
"aws_account_number": "834723192900",
"region": "us-west-1",
"branch": "aws/trashai-staging",
"dns_domain": "codefordev.org",
"dns_domain": "trashai.org",
"github_repo_name": "trash-ai",
"github_repo_owner": "code4sac"
},
Expand Down
23 changes: 0 additions & 23 deletions frontend-react/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion frontend-react/Procfile

This file was deleted.

40 changes: 0 additions & 40 deletions frontend-react/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions frontend-react/infrastructure/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions frontend-react/infrastructure/heroku/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions frontend-react/infrastructure/heroku/apps.tf

This file was deleted.

24 changes: 0 additions & 24 deletions frontend-react/infrastructure/heroku/deployment.tf

This file was deleted.

13 changes: 0 additions & 13 deletions frontend-react/infrastructure/heroku/main.tf

This file was deleted.

8 changes: 0 additions & 8 deletions frontend-react/infrastructure/heroku/outputs.tf

This file was deleted.

19 changes: 0 additions & 19 deletions frontend-react/infrastructure/heroku/pipeline.tf

This file was deleted.

9 changes: 0 additions & 9 deletions frontend-react/infrastructure/heroku/terraform.tfvars

This file was deleted.

21 changes: 0 additions & 21 deletions frontend-react/infrastructure/heroku/variables.tf

This file was deleted.

4 changes: 0 additions & 4 deletions frontend-react/infrastructure/heroku/versions.tf

This file was deleted.

Loading

0 comments on commit b14f615

Please sign in to comment.