Nora_Chatbot / README.md
Mephesto1's picture
Update README.md
ad61bd5 verified
|
Raw
History Blame Contribute Delete
1.41 kB
---
title: Nora Chatbot
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.42.0
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_scopes:
- inference-api
license: mit
short_description: Chatbot for Diabetic Tracking and Guidance
---
## 🩺 Nora's Diabetes Tracker Chatbot
Welcome to Nora's personal scheduling assistant — a conversational tool designed to help track and forecast insulin pod and sensor placements.
### 💬 What Can I Do?
- 🗓️ Forecast your next pod or sensor site
- 📅 Show your full upcoming schedule
- ✍️ Log manual updates like “I used right_leg today”
- 🔄 Adapt future recommendations based on your history
### 🧠 How It Works
This chatbot uses agentic logic to:
- Rotate sensor sites every 10 days
- Place pods every 3 days based on current and upcoming sensor positions
- Avoid repeated sites and respect skin health rules
- Accept manual overrides to personalize your care
### 🛠️ Try Saying:
- “What’s my next pod site?”
- “When do I change my sensor?”
- “I used left_leg today”
- “Show me the full schedule”
### 🚀 Built With
- Python
- Gradio
- Modular agent architecture
---
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).