<imgsrc="samples/a_bowl_of_vegetables/2.gif"alt="A bowl of vegetables">
</td>
</tr>
<tr>
<tdalign="center">A penguin</td>
<tdalign="center">Ube ice cream cone</td>
<tdalign="center">A bowl of vegetables</td>
</tr>
</tbody>
<table>
# Usage
Install with `pip install -e .`.
To get started with examples, see the following notebooks:
* [sample_text_to_3d.ipynb](shap_e/examples/sample_text_to_3d.ipynb) - sample a 3D model, conditioned on a text prompt
* [sample_image_to_3d.ipynb](shap_e/examples/sample_image_to_3d.ipynb) - sample a 3D model, conditioned on an synthetic view image.
* [encode_model.ipynb](shap_e/examples/encode_model.ipynb) - loads a 3D model or a trimesh, creates a batch of multiview renders and a point cloud, encodes them into a latent, and renders it back. For this to work, install Blender version 3.3.1 or higher, and set the environment variable `BLENDER_PATH` to the path of the Blender executable.