File size: 789 Bytes
29aa756
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# SARAL-AI

---
title: My Flask App
emoji: πŸš€
colorFrom: blue
colorTo: green
sdk: docker
app_file: saral_ai_api.py
pinned: false
---

# πŸš€ Flask App on Hugging Face Spaces

This is a **Flask web application** deployed on **Hugging Face Spaces** using the `docker` SDK.  
Hugging Face Spaces allows you to run Python web frameworks like Flask, Django, and FastAPI with full control over dependencies.

## πŸ“Œ Project Features
- βœ… Built with **Flask** (Python micro web framework)  
- βœ… Deployed using **Hugging Face Spaces**  
- βœ… Easy to extend and customize  

## πŸ› οΈ How It Works
- The app runs with `saral_ai_api.py` as the entry point.  
- A `requirements.txt` is included to install all dependencies.  
- Hugging Face uses Docker to containerize and serve the app.