- Install pipenv
pipenv shell
pipenv install
- Install node.js
npm install
npm run serve
Body:
image
: file
Response:
{
"result": [
"ആ",
"അ",
"മ"
],
"status": "ok"
}
Flask server that runs the model on the cloud for cnn image models
Python