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

Added a easy way to install repository for beginners & wrapped the model to be usable using a gradio UI

Open sleepingcat4 opened this issue 2 years ago • 6 comments

as per the previous recommendation, I included both cloning & directly installing the repository and accessing it using pip and then wrapped the example notebook with gradio UI so that non-coders can also use the shape-e model with ease just by running all the cells.

I rebased the (cleared commit history) and did some changes as per suggestion which is why, my previous pull request got closed, sorry :)

sleepingcat4 avatar May 10 '23 09:05 sleepingcat4

awesome, also there is a gradio space hosted on huggingface here: https://huggingface.co/spaces/hysts/Shap-E, if there is interested in adding a badge as well in the readme, see badges: https://huggingface.co/datasets/huggingface/badges

AK391 avatar May 10 '23 13:05 AK391

@AK391 thanks for the suggestion. I tried to create a live demo on huggingface too but met with some abstract class error with shape-e code. But, I have added a huggingface space badge for the space you suggested

sleepingcat4 avatar May 10 '23 13:05 sleepingcat4

how do you install??? I got the directory in windows command prompt and tried installing the pip but it gave me errors image

RiceWitch avatar May 11 '23 20:05 RiceWitch

The pip command you supposedly used is not indicated in the attached photograph. Which is why, I assume, you ran pip git+....

And the error clearly states, you don't have git installed on your device which is why, it is unable to execute the command you're giving

sleepingcat4 avatar May 11 '23 20:05 sleepingcat4

I 100% have it installed, image

RiceWitch avatar May 11 '23 21:05 RiceWitch

turns out git wasn't installed in the right directory, apologies

RiceWitch avatar May 11 '23 21:05 RiceWitch