chore: updated README for health_fitness_agent

This commit is contained in:
ShubhamSaboo 2024-12-01 13:36:13 -06:00
parent acd73c10f5
commit 63941e9a6c
2 changed files with 0 additions and 20 deletions

View file

@ -2,19 +2,6 @@
The **AI Health & Fitness Planner** is a personalized health and fitness Agent powered by Phidata's AI Agent framework. This app generates tailored dietary and fitness plans based on user inputs such as age, weight, height, activity level, dietary preferences, and fitness goals.
Here's a small demo of the application:
[Watch the demo video here](https://drive.google.com/file/d/1ZdAihfg9NuEnqEFTdDWyRqVe7qTWdz80/view?usp=sharing)
https://github.com/user-attachments/assets/d0de06b6-df13-4cc2-8aa9-d0658ab1b714
---
## Features
- **Health Agent and Fitness Agent**
@ -34,7 +21,6 @@ https://github.com/user-attachments/assets/d0de06b6-df13-4cc2-8aa9-d0658ab1b714
- Allows users to ask follow-up questions about their plans.
- Provides AI-generated responses for personalized guidance.
---
## Requirements
@ -42,20 +28,15 @@ The application requires the following Python libraries:
- `phidata`
- `google-generativeai`
- `anthropic`
- `streamlit`
Ensure these dependencies are installed via the `requirements.txt` file according to their mentioned versions
---
## How to Run
Follow the steps below to set up and run the application:
Before anything else, Please get a free Gemini API Key provided by Google AI here: https://aistudio.google.com/apikey
1. **Clone the Repository**:
```bash
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git

View file

@ -1,4 +1,3 @@
phidata==2.5.33
google-generativeai==0.8.3
anthropic==0.39.0
streamlit==1.40.2