Skip to content

Incubating QuestSpace's digital overlay over real world for improved makerspace experience.

License

Notifications You must be signed in to change notification settings

questspace/xr-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-3D with React-three-fibe

Example react-three-fiber app connected to a FastAPI backend that sits on top of LM Studio's inference server and serves open-source LLMs. User can prompt the model to generate React component called AIComponent that should include generated 3D primitives.

Usage

Install backend deps and start the server

cd backend
pip install -r requirements.txt
python server.py

In another terminal window, install frontend deps and start client app

cd backend
pip install -r requirements.txt
python server.py

Now you can navigate to http://localhost:5137

About

Incubating QuestSpace's digital overlay over real world for improved makerspace experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published