Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vr-enhanced-learning/vr-enhanced
VR Enhanced Learning WebXR App
https://github.com/vr-enhanced-learning/vr-enhanced
aframe enhanced learning quickxr stir turb vr webxr
Last synced: 19 days ago
JSON representation
VR Enhanced Learning WebXR App
- Host: GitHub
- URL: https://github.com/vr-enhanced-learning/vr-enhanced
- Owner: vr-enhanced-learning
- Created: 2023-04-08T10:59:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T00:59:30.000Z (over 1 year ago)
- Last Synced: 2024-11-02T00:42:16.678Z (2 months ago)
- Topics: aframe, enhanced, learning, quickxr, stir, turb, vr, webxr
- Language: JavaScript
- Homepage: https://vr-enhanced.pages.dev
- Size: 38.5 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VR-Based Education With STIR and TURB
## First Review
- [ ] Alpha Rendering Engine extending WebGL
- [x] QuickXR - Custom WebXR framework (a-frame is not so cool, slow, non-use case specific)
- [x] TURB Phase - 1: Answer Generation from Question and Context (superior to BERT - add in graphs and tables showing it)
- [x] STIR 50% - Support Mesh Creation (show tables and graphs if any)
- [x] Asset Generation and TURB model deployment
- [x] VR Environment (Desktop and Headset supported) for context and question input from user with `Web Speech API`
- [x] Integration with WebXR and building VR UI components## Second Review
- [ ] Rendering Engine - Beta Candidate
- [x] 75% or use-case dependent component completion of QuickXR
- [x] TURB Phase - 2: Context based questions generator. Integration with Sub model from Phase 1
- [ ] STIR 75 - 90% implementation - all complete except hyper parameter fine tuning
- [x] Phase 2 Model deployment
- [x] Web Player implementation
- [x] QuickXR integration, web player integration, context extraction - declarative and model-based## Third Review
- [ ] Rendering Engine - Release Candidate
- [x] QuickXR - Release Candidate
- [x] TURB Phase - 3: Context based summary generator. Integration with Sub model from Phase 1 & 2
- [x] STIR 100% with edge caching and hyper parameter fine tuning
- [x] Phase 3 Model deployment
- [x] QuickXR bridge with STIR and TURB