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:
commit
4930103312
6 changed files with 7 additions and 21 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
@ -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).
|
||||||
|
|
|
||||||
BIN
docs/banner/unwind_black.png
Normal file
BIN
docs/banner/unwind_black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
|
|
@ -4,7 +4,9 @@ A powerful document Q&A application that leverages Hybrid Search (RAG) and Claud
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||

|
|
||||||
|
https://github.com/user-attachments/assets/f119c363-4433-40c8-b87e-53e434d03c7b
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue