docker-space / README.md
OsamaBinLikhon's picture
Initial deployment: Flask app with core features
d3c95f5 verified
metadata
title: Docker Space Demo
emoji: 🚀
colorFrom: purple
colorTo: blue
sdk: docker
app_port: 7860

Docker Space Demo

A lightweight Docker-based Hugging Face Space with core features.

Core Features

  • REST API - JSON endpoints for data exchange
  • Health Check - /api/health endpoint for monitoring
  • HTML Frontend - Beautiful UI with gradient design
  • Environment Variables - Production-ready configuration

API Endpoints

  • GET / - Main frontend page
  • GET /api/health - Health check endpoint
  • GET /api/info - Application information

Quick Start

The space automatically builds from the Dockerfile. Visit your space URL to see the demo!

Local Development

# Build and run locally
docker build -t docker-space .
docker run -p 7860:7860 docker-space