Metadata-Version: 2.4
Name: sceneprogdatasets
Version: 0.1.8
Summary: A dataset retriever for SceneProg project
Home-page: https://github.com/KunalMGupta/sceneprogdatasets.git
Author: Kunal Gupta
Author-email: k5gupta@ucsd.edu
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sceneprogllm
Requires-Dist: scipy
Requires-Dist: trimesh
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# **SceneProgDatasets**

**SceneProgDatasets** is a easy to use retriver that sources assets from popular datasets based on a simple textual description. 

---

## **Features**
1. **Supported Datasets**
    - 3D-FUTURE
    - HSSD

## **Installation**
To install the package and its dependencies, use the following command:
```bash
pip install sceneprogdatasets
```
Note: Remember to setup .env file (ask from admin) to use the package.

## **Getting Started**
Importing the Package
```python
from sceneprogdatasets import SceneProgAssetRetriever
```

## **Usage Examples**
```python
retriever = SceneProgAssetRetriever()
path = retriever("A simple dining table")
path = retriever("A sandwitch maker")
```
