inuwamobarak / crow-cpp-docAI

This standalone C++ application will include a HTML form for user input, and a C++ server to handle the form submission, perform inference, and return the result to the client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build and run the Crow application. Open a terminal in the project directory and run the following commands:

mkdir build

cd build

cmake ..

make

./crow-cppdocAI

This will compile your C++ code, generate the executable my_crow_app, and start the Crow server. You can access the application by opening a web browser and navigating to http://localhost:8080.

About

This standalone C++ application will include a HTML form for user input, and a C++ server to handle the form submission, perform inference, and return the result to the client.


Languages

Language:C++ 60.8%Language:HTML 33.0%Language:CMake 6.2%