Skip to content
/ bmo Public

Business Model Optimizer : Find the shortest mathematical path to profitability

License

Notifications You must be signed in to change notification settings

ccomb/bmo

Repository files navigation

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