Merge branch 'Shubhamsaboo:main' into llm_hybrid_rag_claude

This commit is contained in:
Madhu Shantan 2024-12-05 03:26:41 +05:30 committed by GitHub
commit 2c59d48b70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 20 deletions

View file

@ -1,6 +1,6 @@
<p align="center">
<a href="http://www.theunwindai.com">
<img src="docs/banner/unwind.png" width="600px" alt="Unwind AI">
<img src="docs/banner/unwind_black.png" width="900px" alt="Unwind AI">
</a>
</p>

View file

@ -2,12 +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)
---
## Features
- **Health Agent and Fitness Agent**
@ -23,11 +17,8 @@ Here's a small demo of the application:
- Covers warm-ups, main workouts, and cool-downs.
- Includes actionable fitness tips and progress tracking advice.
- **Interactive Q&A**:
- Allows users to ask follow-up questions about their plans.
- Provides AI-generated responses for personalized guidance.
- **Interactive Q&A**: Allows users to ask follow-up questions about their plans.
---
## Requirements
@ -35,20 +26,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
@ -58,8 +44,7 @@ Before anything else, Please get a free Gemini API Key provided by Google AI her
```bash
pip install -r requirements.txt
```
3. **Run the Streamlit App(s)**
If you run the application:
3. **Run the Streamlit app**
```bash
streamlit run ai_health-fitness_agent/health_agent.py
```

View file

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

View file

@ -34,7 +34,7 @@ The AI Startup Trend Analysis Agent is tool for budding entrepreneurs that gener
4. **Run the application**:
```bash
streamlit run business_insider_agent.py
streamlit run startup_trends_agent.py
```
### Important Note
- The system specifically uses Claude's API for advanced language processing. You can obtain your Anthropic API key from [Anthropic's website](https://www.anthropic.com/api).

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB