Skip to content

SiddharthPh/Data_Visualization_3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization on 3D models

Project Description.

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.

PreRequisites:

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.

3-D model.

Make a appropriate model suiting your project. image FILE->EXPORT->GLB/GLTF. Save the file in the project folder.

Run the code.

Activate the django virtual environment.

In any Linux Distro

Navigate to the project folder. Run the following command on the terminal to activate django virtual-env. source xyma/bin/activate

Run the django server

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. image And a 3-D model with live color coding as shown. image

My Overall contributions

1.Designed UI of the IoT dashboard

  • image
  • image
  • image
  • image
  1. 3-D Visualization of data, rendering on web browsers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors