Initial commit: Recycling object detection project

- Added Fast api web application for recycling object detection
- Included YOLOv8 model training notebook
- Set up project structure with datasets and training directories
- Added requirements.txt for dependencies
- Configured .gitignore for Python virtual environment and cache files
This commit is contained in:
boladeE
2025-04-23 19:18:05 +01:00
commit a6e52f8ad0
454 changed files with 2649 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.venv
__pycache__
augmented_dataset
training