File size: 1,250 Bytes
d1670eb ff883f5 d1670eb ff883f5 | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | ---
title: Quotely
emoji: π
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
---
<h1 align="center">π Quotely</h1>
<p align="center">
<b>Minimalist Quote Generator</b><br>
<a href="https://www.docker.com/"><img src="https://img.shields.io/badge/Docker-Ready-blue?logo=docker" alt="Docker"></a>
<a href="https://huggingface.co/docs/hub/spaces-config-reference"><img src="https://img.shields.io/badge/Hugging%20Face-Docs-purple?logo=huggingface" alt="Hugging Face Docs"></a>
</p>
---
<p align="center">
<i>Generate beautiful, shareable quotes in seconds.<br>
Deploy anywhere with Docker.</i>
</p>
---
## β¨ Features
- π¨ Customizable backgrounds & avatars
- πΌοΈ High-quality `webp` image output
- π One-command Docker deployment
- β‘ Fast, lightweight, and scalable
---
## π Quick Start
```bash
# Clone the repo
git clone https://huggingface.co/spaces/cv3inx/quotely
cd quotely
# Build & run with Docker
docker build -t quotely .
docker run -p 7860:7860 quotely
```
Open [http://localhost:7860](http://localhost:7860) in your browser.
---
## βοΈ Configuration
See [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference) for advanced options.
--- |