Naveen-2007 commited on
Commit
fcf75d5
Β·
1 Parent(s): 048f639

Add HuggingFace metadata to README

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -1,21 +1,33 @@
 
 
 
 
 
 
 
 
 
 
1
  # πŸ₯ AI-Powered Diabetes Risk Predictor
2
 
3
  > **Enterprise-Grade Healthcare ML Application** - Predict diabetes risk with 95%+ accuracy using advanced machine learning and AI-powered insights.
4
 
5
  [![Azure Deployment](https://img.shields.io/badge/Azure-Deployed-0078D4?logo=microsoft-azure)](https://diabetes-predictor-ai.azurewebsites.net)
 
6
  [![Python 3.11](https://img.shields.io/badge/Python-3.11-blue?logo=python)](https://www.python.org/)
7
  [![Flask 3.0](https://img.shields.io/badge/Flask-3.0-green?logo=flask)](https://flask.palletsprojects.com/)
8
  [![React](https://img.shields.io/badge/React-18-61DAFB?logo=react)](https://reactjs.org/)
9
 
10
  ## 🌐 Live Demo
11
 
12
- **Production URL:** https://diabetes-predictor-ai.azurewebsites.net
13
 
14
  ## ✨ Key Features
15
 
16
  - 🎯 **ML Prediction Engine** - XGBoost model with 95%+ accuracy
17
  - πŸ€– **AI Health Reports** - LLM-powered personalized insights
18
- - πŸ’¬ **Real-time Chatbot** - Medical Q&A powered by Groq LLM
 
19
  - πŸ“Š **Interactive Dashboard** - Modern React frontend
20
  - πŸ“„ **PDF Reports** - Professional medical reports with charts
21
  - πŸ”’ **Secure Auth** - Firebase Authentication (Email + Google OAuth)
 
1
+ ---
2
+ title: Diabetes Health Predictor
3
+ emoji: 🩺
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ license: mit
9
+ ---
10
+
11
  # πŸ₯ AI-Powered Diabetes Risk Predictor
12
 
13
  > **Enterprise-Grade Healthcare ML Application** - Predict diabetes risk with 95%+ accuracy using advanced machine learning and AI-powered insights.
14
 
15
  [![Azure Deployment](https://img.shields.io/badge/Azure-Deployed-0078D4?logo=microsoft-azure)](https://diabetes-predictor-ai.azurewebsites.net)
16
+ [![HuggingFace](https://img.shields.io/badge/πŸ€—-HuggingFace-yellow)](https://naveen-2007-diabetes.hf.space)
17
  [![Python 3.11](https://img.shields.io/badge/Python-3.11-blue?logo=python)](https://www.python.org/)
18
  [![Flask 3.0](https://img.shields.io/badge/Flask-3.0-green?logo=flask)](https://flask.palletsprojects.com/)
19
  [![React](https://img.shields.io/badge/React-18-61DAFB?logo=react)](https://reactjs.org/)
20
 
21
  ## 🌐 Live Demo
22
 
23
+ **HuggingFace:** https://naveen-2007-diabetes.hf.space
24
 
25
  ## ✨ Key Features
26
 
27
  - 🎯 **ML Prediction Engine** - XGBoost model with 95%+ accuracy
28
  - πŸ€– **AI Health Reports** - LLM-powered personalized insights
29
+ - πŸ’¬ **Smart Chatbot** - RAG-powered with persistent memory
30
+ - πŸ“Ž **File Upload** - Analyze medical reports (PDF/images)
31
  - πŸ“Š **Interactive Dashboard** - Modern React frontend
32
  - πŸ“„ **PDF Reports** - Professional medical reports with charts
33
  - πŸ”’ **Secure Auth** - Firebase Authentication (Email + Google OAuth)