Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,28 @@
|
|
1 |
-
# SARAL-AI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SARAL-AI
|
2 |
+
|
3 |
+
---
|
4 |
+
title: My Flask App
|
5 |
+
emoji: π
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: green
|
8 |
+
sdk: docker
|
9 |
+
app_file: saral_ai_api.py
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# π Flask App on Hugging Face Spaces
|
14 |
+
|
15 |
+
This is a **Flask web application** deployed on **Hugging Face Spaces** using the `docker` SDK.
|
16 |
+
Hugging Face Spaces allows you to run Python web frameworks like Flask, Django, and FastAPI with full control over dependencies.
|
17 |
+
|
18 |
+
## π Project Features
|
19 |
+
- β
Built with **Flask** (Python micro web framework)
|
20 |
+
- β
Deployed using **Hugging Face Spaces**
|
21 |
+
- β
Easy to extend and customize
|
22 |
+
|
23 |
+
## π οΈ How It Works
|
24 |
+
- The app runs with `saral_ai_api.py` as the entry point.
|
25 |
+
- A `requirements.txt` is included to install all dependencies.
|
26 |
+
- Hugging Face uses Docker to containerize and serve the app.
|
27 |
+
|
28 |
+
|