Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 333 Bytes

Business Model Optimizer

Find the nearest distance between a point and a curve in N dimensions, juste by giving the formula of the curve and the coordinate of the point.

build

./build.sh

docker build -t bmo .

run

./run.sh

or locally:

docker run bmo

on a server:

`docker run

visit

http://127.0.0.1:8000