Skip to content

yashasvi-ranawat/Asset_3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo 3D generator

A containerised web-hostable demo of a shap-e with .glb output support for easy viewing 3D asset in AR/VR applications.

Deployment

docker build --no-cache -t <docker tag> .
docker run --runtime nvidia --gpus all -p 8000:8000 <image tag>

Client Usage

A client can to get .glb asset from a prompt from link: <insert hostname>:8000/text/<insert prompt>. Any glb/gltf viewer can then be used to view the asset, like https://gltf-viewer.donmccurdy.com.

About

Deployable text to 3D asset generator using [shap-e](https://github.com/openai/shap-e)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published