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