/Final-Project-Server

Flask server that runs the model on the cloud for cnn image models

Primary LanguagePython

Install

  • Install pipenv
  • pipenv shell
  • pipenv install

Server

  • Install node.js
  • npm install
  • npm run serve

API

POST /image

Body:

  • image : file

Response:

{
  "result": [
    "ആ",
    "അ",
    "മ"
  ],
  "status": "ok"
}