Spaces:
Running
Running
Added Hugging Face YAML metadata to README
Browse files
README.md
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Fill The Frames Backend
|
| 3 |
+
emoji: 🛰️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Satellite Interpolation Backend
|
| 11 |
+
This is the FastAPI backend for the Satellite interpolation project. It handles file chunking, cloud storage via Hugging Face Buckets, and heavy ONNX model inference.
|