git clone https://github.com/edu-rpa/edurpa.git
git submodule update --init --recursiveTo ensure all submodules in your repository are up-to-date, use the following command:
git pull --recurse-submodulesBelow is a list of the various components involved in the EduRPA project. Each component plays a specific role within the system.
This component contains the binary files necessary for running the EduRPA robot.
The backend service for EduRPA, handling the core business logic and data processing.
The frontend service for EduRPA, providing the user interface for interaction with the EduRPA system.
The infrastructure service for EduRPA, utilizing serverless architecture for scalability and efficiency.
A specialized service within the EduRPA ecosystem, responsible for preprocessing images before they are fed into the robot's workflow.
A collection of libraries and utilities used across various EduRPA services.
A submodule of the EduRPA Library, focusing on cloud integration and services.
Another submodule of the EduRPA Library, dealing with document processing and management within the EduRPA system.