parthvishaht commited on
Commit
271b0e2
·
verified ·
1 Parent(s): ead4361

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -11,3 +11,26 @@ short_description: Feel like you need someone to motivate you while running?
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+
16
+ # Run Buddy: Your Personal Motivator
17
+ 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.
18
+
19
+ ## Features
20
+ - Summarizes chats with emotional insights.
21
+ - Extracts uplifting interactions.
22
+ - Creates personalized audio motivations.
23
+ - Handles errors gracefully.
24
+
25
+ ## Try It
26
+ - Live: [Run Buddy](https://justlearningin2025-runbuddymotivator.hf.space)
27
+ - Sample: [sample_chat.txt](https://huggingface.co/spaces/justlearningin2025/RunBuddyMotivator/raw/main/sample_chat.txt)
28
+
29
+ ## Tech Stack
30
+ - Python, Gradio, OpenAI, gTTS
31
+ - Hosted on Hugging Face Spaces
32
+
33
+ ## Setup
34
+ 1. Clone: `git clone https://huggingface.co/spaces/justlearningin2025/RunBuddyMotivator`
35
+ 2. Install: `pip install -r requirements.txt`
36
+ 3. Run: `python app.py` (set `OPENAI_API_KEY` env variable)