Front End User Interface for HANDWRITING RECOGNITION APPLICATION FOR TETANUS TREATMENT
This project module has been developed and belongs to:
This project has been built with:
To run this app you need to set up the following applications:
- DOCR-Handwriting-Pipeline
- DOCR-Handwriting-Backend
To install all the packages for this FrontEnd website application:
npm install --legacy-peer-deps
To run this project, you will need to add the following environment variables to your ./src/constant.js file:
PIPELINE_LOCALHOST = [PIPELINE HOST ADDRESS]
CURRENT_HOST_URL = [CURRENT ANNOTATION BACKEND ENDPOINT]
To run this project as localhost, set up environment variables and AWS Credentials Key (if needed):
npm start
Access the following endpoint to use the API:
localhost:3000