Skip to content

swamilikes2code/Python_based_Interactive_Scientific_Visualization

Repository files navigation

Python based Interactive Scientific Visualization

Python Based Interactive Scientific Visualization:

We describe various science and engineering problems via interactive web based visualizations. An interactive web based approach will increase understanding of science and engineering problems as users can interact with parameters in a live setting.

Bokeh is used as the base package for visualizations.

Prerequisites

Need to install python 3.8 and add it to path on your system before exiting the installation process. You can check it by opening cmd.exe or a terminal and typing:

$python --version

numpy, scipy and bokeh are required libraries. To install these use the command:

$pip install numpy
$pip install scipy
$pip install bokeh

Running interactive HTML

You can create an interactive webpage from any example using:

$bokeh serve --show <filename.py>

If already running an interactive visualization default port will be unavailable. You can specify port using --port

$bokeh serve --show <filename.py> --port 5010

The interactive webpage can be found here:

Built With

  • Bokeh - The visualization library used

  • Flask - Used to embed interactive Bokeh applications in a HTML

  • Scikit-learn - The regression library used

  • Pandas - Used to generate correlation between attributes

Authors

  • Class of 2021

    • Timothy Odom - Core Developer - too223

    • Xu Chen - Core Developer - xuc323

    • Neel Surya - Design, Implementation and UI/UX Developer - Neel-Surya

    • Alex Outkou - UI/UX and HTML Developer - ado323

  • Class of 2020

    • Anna Moragne - Core Developer - annamoragne

    • Brian Lucas - Design, Implementation and UI/UX Developer - cariocabrian

  • Raghuram Thiagarajan - Project Lead - swamilikes2code

  • Srinivas Rangarajan - Principal Investigator - Faculty Website at Lehigh

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License

Acknowledgments

About

Python Based Interactive Scientific Visualization: Bokeh is used as the base package for visualizations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published