Merge remote-tracking branch 'origin/llm_hybrid_rag_claude' into llm_hybrid_rag_claude

yes
:wq!
ear
clear
wq!
:wq!
Merge remote-tracking branch 'origin/llm_hybrid_rag_claude' into llm_hybrid_rag_claude

This merge integrates the latest changes from the remote branch into the local branch.
This commit is contained in:
Madhu 2024-12-05 03:28:13 +05:30
commit 4930103312
6 changed files with 7 additions and 21 deletions

View file

@ -1,6 +1,6 @@
<p align="center"> <p align="center">
<a href="http://www.theunwindai.com"> <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> </a>
</p> </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. 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 ## Features
- **Health Agent and Fitness Agent** - **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. - Covers warm-ups, main workouts, and cool-downs.
- Includes actionable fitness tips and progress tracking advice. - Includes actionable fitness tips and progress tracking advice.
- **Interactive Q&A**: - **Interactive Q&A**: Allows users to ask follow-up questions about their plans.
- Allows users to ask follow-up questions about their plans.
- Provides AI-generated responses for personalized guidance.
---
## Requirements ## Requirements
@ -35,20 +26,15 @@ The application requires the following Python libraries:
- `phidata` - `phidata`
- `google-generativeai` - `google-generativeai`
- `anthropic`
- `streamlit` - `streamlit`
Ensure these dependencies are installed via the `requirements.txt` file according to their mentioned versions Ensure these dependencies are installed via the `requirements.txt` file according to their mentioned versions
---
## How to Run ## How to Run
Follow the steps below to set up and run the application: 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 Before anything else, Please get a free Gemini API Key provided by Google AI here: https://aistudio.google.com/apikey
1. **Clone the Repository**: 1. **Clone the Repository**:
```bash ```bash
git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git 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 ```bash
pip install -r requirements.txt pip install -r requirements.txt
``` ```
3. **Run the Streamlit App(s)** 3. **Run the Streamlit app**
If you run the application:
```bash ```bash
streamlit run ai_health-fitness_agent/health_agent.py streamlit run ai_health-fitness_agent/health_agent.py
``` ```

View file

@ -1,4 +1,3 @@
phidata==2.5.33 phidata==2.5.33
google-generativeai==0.8.3 google-generativeai==0.8.3
anthropic==0.39.0
streamlit==1.40.2 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**: 4. **Run the application**:
```bash ```bash
streamlit run business_insider_agent.py streamlit run startup_trends_agent.py
``` ```
### Important Note ### 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). - 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

View file

@ -4,7 +4,9 @@ A powerful document Q&A application that leverages Hybrid Search (RAG) and Claud
## Demo ## Demo
![Demo](rag_tutorials/llm_app_hybrid_RAG_claude/LLM-Hybrid-RagLite-Claude.mp4)
https://github.com/user-attachments/assets/f119c363-4433-40c8-b87e-53e434d03c7b
## Features ## Features