GirishaBuilds01 commited on
Commit
e0e0084
·
verified ·
1 Parent(s): 56ecec4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,12 +1,18 @@
1
  ---
2
- title: Curvopt Space
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.6.0
8
- app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ title: ' curvopt-space'
 
 
4
  sdk: gradio
 
 
 
5
  ---
6
 
7
+ # CurvOpt
8
+
9
+ CurvOpt is a research system for **energy- and compute-efficient neural inference**.
10
+
11
+ It uses:
12
+ - Loss curvature (Hessian trace)
13
+ - Information theory (mutual information)
14
+ - Hardware-aware energy models
15
+
16
+ to minimize inference cost under bounded accuracy loss.
17
+
18
+ This Space is a **reproducible research artifact**, not a toy demo.