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:
@@ -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
|
||||
Reference in New Issue
Block a user