Skip to content

charitylxy/3d-human-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Human Visualization

To setup a python virtual environment:
python -m venv venv
venv\Scripts\Activate
pip install -r requirements.txt

To run flask application:
(venv)$ flask run

To run flask application remotely:
(venv)$ flask run --host=0.0.0.0

To run flask application remotely through HTTPS (for VR Mode):
(venv)$ flask run --host=0.0.0.0 --cert=adhoc

Access from your browser locally through http://localhost:5000 or remotely through http://<local_ip>:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published