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.
|