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