Added a easy way to install repository for beginners & wrapped the model to be usable using a gradio UI
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 :)
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 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
how do you install??? I got the directory in windows command prompt and tried installing the pip but it gave me errors
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
I 100% have it installed,
turns out git wasn't installed in the right directory, apologies