divyesh01 commited on
Commit
29aa756
Β·
verified Β·
1 Parent(s): 41ea5e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
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
+