HonestGrad commited on
Commit
704039f
·
verified ·
1 Parent(s): 4aaf5af

Update README.md

Browse files

Add video link in Readme outside the top.

Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,16 +1,25 @@
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: false
10
  license: other
11
  short_description: An AI Agent to help answer questions about your Body Specs
12
- tag: agent-demo-track
13
  video_overview: https://www.youtube.com/watch?v=WSUHQfSZbdI
14
  ---
 
 
 
 
 
 
 
 
 
15
 
16
  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).
 
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 Spec 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=VIDEO_ID)
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).