Spaces:
Running
Running
Gradio 5.18.0
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorFrom: yellow
|
|
6 |
colorTo: red
|
7 |
python_version: 3.10.13
|
8 |
sdk: gradio
|
9 |
-
sdk_version: 5.
|
10 |
app_file: app.py
|
11 |
license: apache-2.0
|
12 |
hf_oauth: true
|
@@ -17,5 +17,11 @@ tags:
|
|
17 |
thumbnail: >-
|
18 |
https://cdn-uploads.huggingface.co/production/uploads/6346595c9e5f0fe83fc60444/cyAmkkrQsfDjolwuHb4ZX.png
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
6 |
colorTo: red
|
7 |
python_version: 3.10.13
|
8 |
sdk: gradio
|
9 |
+
sdk_version: 5.18.0
|
10 |
app_file: app.py
|
11 |
license: apache-2.0
|
12 |
hf_oauth: true
|
|
|
17 |
thumbnail: >-
|
18 |
https://cdn-uploads.huggingface.co/production/uploads/6346595c9e5f0fe83fc60444/cyAmkkrQsfDjolwuHb4ZX.png
|
19 |
---
|
20 |
+
## Project Description
|
21 |
+
|
22 |
+
An advanced application for depth estimation and 3D object reconstruction using the DPT model and 3D Point Cloud techniques.
|
23 |
+
Utilized the Hugging Face Transformers library to predict depth from 2D images and generate detailed 3D meshes.
|
24 |
+
Integrated Gradio for an interactive user interface, allowing users to upload images and visualize the resulting 3D models in real-time.
|
25 |
+
This project uses computer vision, deep learning, and 3D graphics, into a complex but user-friendly applications with state-of-the-art technologies.
|
26 |
|
27 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|