codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
https://codeproject.github.io/codeproject.ai
Other
732 stars 160 forks source link

cannot run the client application #92

Closed deepakn1079 closed 7 months ago

deepakn1079 commented 8 months ago

I am running the code project.ai in docker.

The dashboard loads fine . However i cannot run the client application to see how the model works .

I tried accessing the http://localhost:32168/vision.html ..but no luck ...cannot find page .

i also tried creating the html to consume the api , still no luck . i ve attached the screen grab ...am i missing something here.

image

matthewDDennis commented 7 months ago

The page has been renamed to explorer.html

matthewDDennis commented 7 months ago

For your API calls, all calls are POSTs, not GETs