This project used NER technology to extract text from object such as images. We extensively used aws services to store and manage data.
This project consists of a frontend and backend, organized into separate directories. The frontend is built using React, and the backend is powered by AWS Chalice.
- Website: Contains the frontend code.
- Capabilities: Contains the backend code.
- Node.js and npm
- Python and pip
- AWS CLI configured on your local machine
- cd Website
- npm i
- npm start
- cd Capabilities
- pip install -r requirements.txt
- chalice local