main moduleΒΆ
To run the Bokeh server hosting the API, use the bokeh serve
command.
- Assuming all dependencies have been downloaded (check README), in terminal execute the following:
`bokeh serve --show .`
- Then navigate to the URL
`http://localhost:5006/ml_stock_prediction_api`
in your browser.