This repo's focus is on visualising data on 3-D models, which shall be rendered on web browsers. In this project, we have used data from a temperature sensor, and color coded the 3-D model.
Make a 3-D model that renders a glb or gltf extension file. I have used Blender to generate the model as per requirements. Instructions to make the model is mentioned below.
Make a appropriate model suiting your project.
FILE->EXPORT->GLB/GLTF.
Save the file in the project folder.
Navigate to the project folder.
Run the following command on the terminal to activate django virtual-env.
source xyma/bin/activate
Run the following code on the terminal to start the server.
python3 manage.py runserver
Open http://127.0.0.1:8000 on the web browser
This image should open on the browser.
And a 3-D model with live color coding as shown.

1.Designed UI of the IoT dashboard
- 3-D Visualization of data, rendering on web browsers.



