a6e52f8ad0
- 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
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
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 |