shap-e icon indicating copy to clipboard operation
shap-e copied to clipboard

Fixed pip install command in readme & updated the example notebook

Open sleepingcat4 opened this issue 2 years ago • 4 comments

The pip command in the README file was not accurate and it was not possible to install the package using that command. (was giving an error) and the sample notebook sample_text_to_3d.ipynb did not contain the pip command to install the package/repostiory.

Which is why, I fixed both the readme and sample notebook. Now, it can be used by even beginners with ease.

EDIT Added Gradio-UI around the Shape-E model

sleepingcat4 avatar May 08 '23 05:05 sleepingcat4

I have added another sample tutorial, where Shape-E model can be used around a Gradio-Ui and easily be used by anyone.

sleepingcat4 avatar May 08 '23 06:05 sleepingcat4

Added Gradio UI notebook info in the README.md file

sleepingcat4 avatar May 08 '23 06:05 sleepingcat4

The pip install command in the README should work if you clone the shap-e directory and run pip install -e . within that directory. An editable installation may be preferable to some people, but perhaps we could update the README to give both options.

unixpickle avatar May 09 '23 00:05 unixpickle

There is also now a merge conflict because of merging https://github.com/openai/shap-e/pull/20

Would you mind rebasing on the latest main branch?

unixpickle avatar May 09 '23 00:05 unixpickle

Sure! I will do it now

sleepingcat4 avatar May 10 '23 08:05 sleepingcat4