---
name: "hf-space-nutriassist-finalproject"
description: "Use the Hugging Face Space NutriAssist/finalproject."
metadata:
  source: huggingface-space
  spaceId: "NutriAssist/finalproject"
  hubUrl: https://huggingface.co/spaces/NutriAssist/finalproject
  agentsMdUrl: https://huggingface.co/spaces/NutriAssist/finalproject/agents.md
  appUrl: https://nutriassist-finalproject.hf.space
---

# Hugging Face Space: NutriAssist/finalproject

Use this skill when the user wants to use the Hugging Face Space `NutriAssist/finalproject`.

- Space page: https://huggingface.co/spaces/NutriAssist/finalproject
- App URL: https://nutriassist-finalproject.hf.space
- Source instructions: https://huggingface.co/spaces/NutriAssist/finalproject/agents.md

## Space agent instructions

To use this application (NutriAssist/finalproject: Find recipes based on your query):
API schema: GET https://nutriassist-finalproject.hf.space/gradio_api/info
Config (find fn_index): GET https://nutriassist-finalproject.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://nutriassist-finalproject.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://nutriassist-finalproject.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://nutriassist-finalproject.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
