nutrilens / environment.yml
vicarioush's picture
Initial NutriLens submission
8e54894
Raw
History Blame Contribute Delete
221 Bytes
name: nutrilens
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pip:
- gradio>=5.0
- huggingface_hub>=0.28.0
- Pillow
- requests
- python-dotenv
- lxml