Improve model card: Add pipeline tag, paper, project page, code, usage, and abstract
#1
by
nielsr
HF Staff
- opened
This Pull Request significantly enhances the model card for the FastMesh model.
Key improvements include:
- Adding the
pipeline_tag: text-to-3dto properly categorize the model, making it discoverable at https://huggingface.co/models?pipeline_tag=text-to-3d. - Linking the model to its scientific paper: FastMesh: Efficient Artistic Mesh Generation via Component Decoupling.
- Providing direct links to the project page (https://jhkim0759.github.io/projects/FastMesh/) and the GitHub repository (https://github.com/jhkim0759/FastMesh) for further details and code.
- Including the paper's abstract, a visual teaser, and a clear "Quick Start" section with installation steps and code snippets from the official GitHub repository to demonstrate usage.
- Adding the academic citation for the work.
This comprehensive update aims to provide researchers and users with all necessary information about FastMesh.