Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4fddc2b
1
Parent(s):
91a801a
initial commit
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ license: other
|
|
11 |
short_description: Generating 3D printed layered models from an input image
|
12 |
---
|
13 |
|
|
|
14 |
# AutoForge
|
15 |
|
16 |
AutoForge is a Python tool for generating 3D printed layered models from an input image. Using a learned optimization strategy with a Gumbel softmax formulation, AutoForge assigns materials per layer and produces both a discretized composite image and a 3D-printable STL file. It also generates swap instructions to guide the printer through material changes during a multi-material print. \
|
|
|
11 |
short_description: Generating 3D printed layered models from an input image
|
12 |
---
|
13 |
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
# AutoForge
|
16 |
|
17 |
AutoForge is a Python tool for generating 3D printed layered models from an input image. Using a learned optimization strategy with a Gumbel softmax formulation, AutoForge assigns materials per layer and produces both a discretized composite image and a 3D-printable STL file. It also generates swap instructions to guide the printer through material changes during a multi-material print. \
|