DKT-Normal-14B
3
license:apache-2.0
by
Daniellesry
Image Model
OTHER
14B params
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
32GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
14GB+ RAM
Code Examples
Usagepython
from dkt.pipelines.pipelines import DKTPipeline
import os
from tools.common_utils import save_video
# Initialize the pipeline
pipe = DKTPipeline()
# Path to your input video
demo_path = 'examples/1.mp4'
prediction = pipe(demo_path)
# Save the output
save_dir = 'logs'
os.makedirs(save_dir, exist_ok=True)
output_path = os.path.join(save_dir, 'demo.mp4')
save_video(prediction['colored_depth_map'], output_path, fps=25)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.