TTT / README.md
github-actions[bot]
Auto-deploy from GitHub: c0251c0c13ce2d12b1caaed44a4b14140e5f6dca
57150d0
metadata
title: TTT Text-to-Text Generator
emoji: πŸ€–
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
license: mit

Text-to-Text Generator

A Python-based text generation service powered by Qwen/Qwen3.5-4B with a neobrutalist web interface.

Features

  • πŸ“ Submit text prompts via REST API or web UI
  • πŸ€– Automatic generation using Qwen/Qwen3.5-4B
  • πŸ’Ύ SQLite database for queue management with task IDs
  • 🎨 Neobrutalist UI with real-time progress updates
  • πŸ”„ Queue position and estimated wait time

Usage

Access the web interface at the Space URL above.

API Endpoints

  • POST /api/submit - Submit text task
  • GET /api/tasks - Get all tasks
  • GET /api/tasks/<id> - Get specific task

Auto-deployed from GitHub