Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +25 -1
requirements.txt
CHANGED
|
@@ -1 +1,25 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: BodyCompositionAgent
|
| 3 |
+
emoji: 🔥
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.33.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: other
|
| 11 |
+
short_description: An AI Agent to help answer questions about your Body Specs
|
| 12 |
+
tags: [agent-demo-track, agent]
|
| 13 |
+
video_overview: https://www.youtube.com/watch?v=WSUHQfSZbdI
|
| 14 |
+
---
|
| 15 |
+
# Body Composition Agent for Agent Demo Track
|
| 16 |
+
|
| 17 |
+
The purpose of this agent is to help trainers and coaches ask questions about a client's body spec and dexascan.
|
| 18 |
+
The agent has the ability to generate a diet plan and workout regime using plain english in the prompt when referring to the report.
|
| 19 |
+
Reports processed are compatible with pdf only.
|
| 20 |
+
|
| 21 |
+
## Video Link
|
| 22 |
+
|
| 23 |
+
[Click here to watch the video](https://www.youtube.com/watch?v=WSUHQfSZbdI)
|
| 24 |
+
|
| 25 |
+
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|