HonestGrad commited on
Commit
608593d
·
verified ·
1 Parent(s): a0ab559

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -25
requirements.txt CHANGED
@@ -1,25 +1,4 @@
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).
 
1
+ gradio>=3.50.2
2
+ PyPDF2
3
+ openai>=1.0.0
4
+ pydantic==2.10.6