Skip to content
Notifications You must be signed in to change notification settings

MelonMars/VRSameEnergy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 16, 2025
cebd487 · · Jul 16, 2025

History

38 Commits
Jul 13, 2025
Jul 16, 2025
Jul 11, 2025
Jul 16, 2025
Jul 13, 2025

Repository files navigation

VR INSPIRATION BOARD

This is a project to make an inspiration board based on images flying at you in 3d space, created by asking CLIP from OpenAI to label some images.

To run, go to `to `https://obj2gif.web.app`. you can then go to the canvas.

To run the backend, `cd` to the `backend`, and then run `pip install -r requirements.txt` and then take all the images you want and place them into the `backend/images/` directory. Then run `python label.py` and then, to run the server, run `uvicorn search:app`. You will then see `INFO:     Uvicorn running on n http://127.0.0.1:8000 (Press CTRL+C to quit)` (or something similar). Take the URL (in this case, `http://127.0.0.1:8000`), go to the settings of the VR, (press the cog icon or `s`) and then set the backend url to this. This will only work if you don't use a local url though, so DO NOT use something like `127.0.0.1`. Use something like `ngrok` if you have to (though it tends to be too slow).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published