| | --- |
| | title: RunBuddyMotivator |
| | emoji: 👀 |
| | colorFrom: blue |
| | colorTo: green |
| | sdk: gradio |
| | sdk_version: 5.22.0 |
| | app_file: app.py |
| | pinned: false |
| | short_description: Feel like you need someone to motivate you while running? |
| | --- |
| | |
| | Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
| |
|
| |
|
| | # Run Buddy: Your Personal Motivator |
| | A Gradio app that analyzes WhatsApp chats to generate summaries, happy moments, and running pep talks using OpenAI’s GPT-4o-mini. Deployed on Hugging Face Spaces. |
| |
|
| | ## Features |
| | - Summarizes chats with emotional insights. |
| | - Extracts uplifting interactions. |
| | - Creates personalized audio motivations. |
| | - Handles errors gracefully. |
| |
|
| | ## Try It |
| | - Live: [Run Buddy](https://justlearningin2025-runbuddymotivator.hf.space) |
| | - Sample: [sample_chat.txt](https://huggingface.co/spaces/justlearningin2025/RunBuddyMotivator/raw/main/sample_chat.txt) |
| |
|
| | ## Tech Stack |
| | - Python, Gradio, OpenAI, gTTS |
| | - Hosted on Hugging Face Spaces |
| |
|
| | ## Setup |
| | 1. Clone: `git clone https://huggingface.co/spaces/justlearningin2025/RunBuddyMotivator` |
| | 2. Install: `pip install -r requirements.txt` |
| | 3. Run: `python app.py` (set `OPENAI_API_KEY` env variable) |