Skip to main content

Create a new Pixeltable project in one command

Project description

pixeltable-new

Create a new Pixeltable project in one command.

Package version Supported Python versions

How to use

Install uv following their guide for your system.

Run:

uvx pixeltable-new myapp

This will create a new project myapp with a Pixeltable schema and declarative serving config.

Enter the directory:

cd myapp

Install dependencies and run:

uv add pixeltable
uv run pxt serve my-service

Open your browser and go to http://localhost:8000/docs to see your API docs.

Application Templates

Vertical apps that each build on a structural pattern — so you already know how to run and deploy them:

uvx pixeltable-new --template knowledge-base my-kb             # web UI + API
uvx pixeltable-new --template chat-agent my-agent              # web UI + API
uvx pixeltable-new --template audio-transcription my-podcast   # web UI + API
uvx pixeltable-new --template full-stack-showcase my-sitewatch # web UI + API (complete reference app)
uvx pixeltable-new --template video-search my-video-app        # API only
uvx pixeltable-new --template media-indexing my-pipe           # API + batch
uvx pixeltable-new --template image-dataset my-dataset         # API + batch
Template Pattern What you get
knowledge-base serving + backend Unified search + RAG Q&A across docs, images, video, audio. schema.py + app.py + web UI
chat-agent serving + backend Persistent agent with durable memory, tools, MCP. schema.py + app.py + web UI
audio-transcription serving + backend Audio/podcast transcription, summarization, semantic search. schema.py + app.py + web UI
full-stack-showcase serving + backend Complete reference app: Gemini + DETR + Whisper, React UI, dashboard. schema.py + app.py + routers/ + frontend/
video-search serving Declarative video pipeline: frames, transcription, detection, temporal search. Pure schema.py
media-indexing batch Ingest from S3, process all modalities, export to your DB. schema.py + pipeline.py
image-dataset batch Auto-annotate, curate, version, export to PyTorch. schema.py + export.py

Structural Patterns

API/pipeline scaffolds for when you want to wire Pixeltable into your own architecture:

uvx pixeltable-new myapp --serving    # Declarative API from TOML config (default)
uvx pixeltable-new myapp --backend    # FastAPI API scaffold (headless)
uvx pixeltable-new myapp --batch      # Batch processing script
Pattern What you get Run with
--serving (default) schema.py + pyproject.toml routes pxt serve <service-name>
--backend FastAPI API scaffold + Pixeltable schema + routers uvicorn main:app --reload
--batch Ingest script + export_sql python pipeline.py

Discovery

uvx pixeltable-new --list    # show all patterns + templates

All content is fetched from the Pixeltable Starter Kit. For the full reference with Docker, Helm, Terraform, and cloud deploy configs, clone the starter kit directly.

Existing directory

If you want to create a new Pixeltable project in an existing directory, run the command without a project name:

uvx pixeltable-new

Learn more

License

This project is licensed under the terms of the Apache 2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixeltable_new-0.4.0.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pixeltable_new-0.4.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file pixeltable_new-0.4.0.tar.gz.

File metadata

  • Download URL: pixeltable_new-0.4.0.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pixeltable_new-0.4.0.tar.gz
Algorithm Hash digest
SHA256 54c6b56c344a3697a5abe1c954bde414eb8d277bc48a057a369ed4118b738940
MD5 5651623140cf0047e5675a1027aabc31
BLAKE2b-256 9acf42063aae9dc04f74d52d7df27263a5bb2f667576f2011e68570c8a6c7ea0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pixeltable_new-0.4.0.tar.gz:

Publisher: publish.yml on pixeltable/pixeltable-new

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pixeltable_new-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: pixeltable_new-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pixeltable_new-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fa023964a2fc6f0efa0f163a0e3de77875032c4d4df09bcf5ab286c3d8186f4e
MD5 f9f83970247741ad0e28b33ea2e194c5
BLAKE2b-256 2b833deb95dfd9d1171ae0bcbf0199c88c03e4d3a69abf540e8d32330caa8276

See more details on using hashes here.

Provenance

The following attestation bundles were made for pixeltable_new-0.4.0-py3-none-any.whl:

Publisher: publish.yml on pixeltable/pixeltable-new

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page