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
+8
View File
@@ -0,0 +1,8 @@
fastapi==0.68.1
uvicorn==0.15.0
python-multipart==0.0.5
ultralytics==8.0.196
opencv-python==4.5.3.56
numpy==1.21.2
Pillow==8.3.1
jinja2==3.0.1