Spaces:
Running
Running
docs: Add Space configuration to README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Medi Scape
|
2 |
|
3 |
Medi Scape is an AI-powered healthcare application designed to streamline the process of understanding and managing medical information. It leverages advanced AI models to provide features such as prescription analysis, disease detection from chest X-rays, and symptom-based diagnosis assistance.
|
|
|
1 |
+
---
|
2 |
+
title: Medi Scape
|
3 |
+
emoji: 🏥
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.23.2"
|
8 |
+
app_file: frontend/app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Medi Scape
|
13 |
|
14 |
Medi Scape is an AI-powered healthcare application designed to streamline the process of understanding and managing medical information. It leverages advanced AI models to provide features such as prescription analysis, disease detection from chest X-rays, and symptom-based diagnosis assistance.
|