Sameer747 commited on
Commit
a461af3
·
verified ·
1 Parent(s): 51c310a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -24
README.md CHANGED
@@ -1,24 +1,12 @@
1
- # Women's Health Guide: Reproductive Health Tracker
2
-
3
- ![Gradio Interface](https://img.shields.io/badge/Interface-Gradio-FF4B4B?logo=gradio)
4
- ![Python Version](https://img.shields.io/badge/Python-3.8+-blue?logo=python)
5
-
6
- An AI-powered reproductive health assistant that provides personalized guidance on menstrual cycles, pregnancy status, and women's wellness using DeepSeek's LLM-67B model.
7
-
8
- ## Features
9
-
10
- 🌺 **Comprehensive Health Tracking**
11
- ▸ Menstrual cycle pattern analysis
12
- Pregnancy status monitoring
13
- ▸ Postpartum/TTC guidance
14
-
15
- ## Usage
16
-
17
- 1. **Input Health Profile**
18
- - Age (12-100 years)
19
- - Average menstrual cycle length (20-40 days)
20
- - Current pregnancy status
21
- - Additional health concerns
22
-
23
- 2. **Receive Custom Guidance**
24
- Get immediate AI analysis!
 
1
+ ---
2
+ title: MediMateAIAgentElderly
3
+ emoji: 💬
4
+ colorFrom: yellow
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.0.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).