Saral_Ai / README.md
divyesh01's picture
Update README.md
29aa756 verified
# 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.