amithjkamath commited on
Commit
0823daf
·
1 Parent(s): 7d7d0a3

Add HuggingFace Spaces configuration header to README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🎨 Interactive Colorspace Exploration
2
 
3
  An educational Streamlit application for exploring different colorspaces and color models used in image processing and computer vision. Built for graduate-level image analysis courses.
 
1
+ ---
2
+ title: Interactive Colorspace Exploration
3
+ emoji: 🎨
4
+ colorFrom: purple
5
+ colorTo: pink
6
+ sdk: streamlit
7
+ sdk_version: "1.39.0"
8
+ python_version: "3.9"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
  # 🎨 Interactive Colorspace Exploration
14
 
15
  An educational Streamlit application for exploring different colorspaces and color models used in image processing and computer vision. Built for graduate-level image analysis courses.