sid385 commited on
Commit
88bc8d3
·
1 Parent(s): 2cc13bf

Added Hugging Face YAML metadata to README

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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.