- User uses Web UI to authenticate with external Okta server
- Once authenticated, users can send an image to Model API
- Model API returns object data and Web UI displays detected objects
- User interacts with Web UI to view and filter detected objects
http://ec2-52-77-215-17.ap-southeast-1.compute.amazonaws.com:8090/
- Node.js: An open-source JavaScript run-time environment for executing server-side JavaScript code.
- JQuery: jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
- Express: A popular and minimalistic web framework for creating APIs and Web servers.
Clone the web app repository locally. In a terminal, run the following command:
$ git clone https://github.com/vaanforz/Foodlg-Object-Detector-Web-App.git
$ cd Foodlg-Object-Detector-Web-App
Make sure Node.js and npm are installed then, in a terminal, run the following command:
$ npm install
You then start the web app by running:
$ nodejs app
You can then access the web app at: http://localhost:8090