KNMPPWR / HeatBeamX

Laser-Induced Temperature Calculation In Tissue
MIT License
0 stars 0 forks source link

HeatBeamX

Simulation and Visualisation of Laser-Induced Temperature Calculation In Tissue.

Requirements

How to run this?

In UNIX system:

git clone https://github.com/KNMPPWR/HeatBeamX.git
cd HeatBeamX
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python3 app.py

In Windows:

git clone https://github.com/KNMPPWR/HeatBeamX.git
cd HeatBeamX
python3 -m venv env
env\Scripts\activate
pip install -r requirements.txt
python3 app.py

License

MIT License