The codes were large to be added on repositry . The code to the utorrent is below before the credits.
This has codes that display 3d animation according to user speech
An interactive 3D visualization tool that displays alphabet letters in 3D when spoken. The application uses speech recognition to capture spoken letters and renders corresponding 3D models in real-time.
- ๐ค Real-time speech recognition for alphabet letters
- ๐ฅ๏ธ 3D visualization of recognized letters using Three.js
- ๐ฎ Interactive camera controls (orbit, zoom, pan)
- ๐ Visual feedback for recognized letters
- ๐งน Clear results functionality
- ๐ฑ Responsive design that works on desktop and mobile
- Three.js - 3D rendering library
- Web Speech API - For speech recognition
- GLTF/GLB - 3D model format
- HTML5/CSS3 - User interface
- Clone the repository:
git clone https://github.com/N-N-Hope/3d-alphabet-visualizer.git cd 3d-alphabet-visualizer
Place your 3D models in an alphabet/ directory Each letter should be named accordingly (e.g., a.glb, b.glb, etc.) The main model should be named lady.glb in the root directory
Open index.html in a modern web browser Chrome or Edge recommended for best speech recognition support
#.Display recognized letters in the queue
#.Show 3D models of recognized letters
#.Provide visual feedback for each recognition
.Orbit: Click and drag
.Zoom: Scroll or pinch
.Pan: Right-click and drag or two-finger drag