Surface tension contact angle calculator
docker build --tag contact_angle_calculator .
docker run -p 51273:51273 -d --name=contact_angle contact_angle_calculator
You can use web demo after access to http://localhost:51273
Usage wrote in demo page
pip install -r requirements.txt
Execute webserver:
python app.py
You can use web demo after access to http://localhost:51273
If you want to change port number of demo page, open app.py
and change port number at bottom of code.
app.run(host='0.0.0.0', port='<CHANGE_THIS_NUMBER>')
pip install -r requirements.txt
Before execute calculator code, you should decorate image.
python run.py <image_file_path>