Update README.md
Fixed some typos in the Readme
This commit is contained in:
parent
1470381a2e
commit
00c1cbd497
1 changed files with 2 additions and 5 deletions
|
|
@ -17,9 +17,7 @@ The **AI Health & Fitness Planner** is a personalized health and fitness Agent p
|
||||||
- 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
|
||||||
|
|
@ -46,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**
|
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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue