Welcome to the 3DViewer repository! This project hosts a Python-based web application designed for easy visualization of various 3D point cloud files directly in your browser.
- 🟢 Supports
.ply - 🧭 First-person navigation for intuitive 3D exploration
The following needs to be accomplished to be able to run this on local web server.
-
Python version
3.11.2The next steps might be optional if you already have a virtual environment.
-
Create a python environment
python -m venv 3D_env
-
Activate environment
source 3D_env/bin/activate
Clone the repository
git clone https://github.com/rahulhirur/3DViewer.gitInstall dependency using requirement.txt
pip install -r requirements.txtThere are two ways to get thing running
python main.pyor
streamlit run app.pyThis would generally start the web server and launch the the web app.
If the web page is not launched, then the local web server link is generally provided as an output of the above script.
Check out the website! 3D Viewer

