- https://www.kaggle.com/techsash/waste-classification-data
- https://github.com/AgaMiko/waste-datasets-review
- https://github.com/majsylw/litter-detection-review
- https://github.com/wimlds-trojmiasto/detect-waste/tree/main
Testing
AWS project
- Check status: git status
- Pull Changes from GitHub: git pull
- Add Files: git add .
- Commit Changes: git commit -a -m 'MESSAGE'
- Push Changes: git push