Several example directories, specifically examples/robot and examples/cifar100, rely on dependencies that are not listed in the core requirements.txt and do not have their own requirements files. This makes it impossible for users to run these examples without manually identifying and installing missing packages through trial and error.
Affected Modules
examples/robot
Missing:
- torch
- torchvision
- fastapi
- uvicorn
- opencv-python-headless
- Pillow
- pydantic
- sedna
examples/cifar100
Missing:
Suggested Fix
Add a requirements.txt file to each of these example directories listing their specific dependencies.