BenjiELCA commited on
Commit
35a4b37
·
verified ·
1 Parent(s): c8f91e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -2
README.md CHANGED
@@ -8,6 +8,25 @@ metrics:
8
  - recall
9
  - precision
10
  pipeline_tag: image-to-text
11
- text:
12
- This project aims to detect Business Process Model and Notation (BPMN) elements from hand-drawn diagrams using a machine learning model. The model is trained to recognize various BPMN elements such as tasks, events, gateways, and connectors from images of hand-drawn diagrams.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
 
8
  - recall
9
  - precision
10
  pipeline_tag: image-to-text
11
+ widget:
12
+ - text: The process starts when the customer enters the shop. The customer then takes
13
+ the product from the shelf. The customer then pays for the product and leaves
14
+ the store.
15
+ example_title: Example 1
16
+ - text: The process begins when the HR department hires the new employee. Next, the
17
+ new employee completes necessary paperwork and provides documentation to the HR
18
+ department. After the initial task, the HR department performs a decision to
19
+ determine the employee's role and department assignment. The employee is trained
20
+ by the Sales department. After the training, the Sales department assigns the
21
+ employee a sales quota and performance goals. Finally, the process ends with an
22
+ 'End' event, when the employee begins their role in the Sales department.
23
+ example_title: Example 2
24
+ - text: A customer places an order for a product on the company's website. Next, the
25
+ customer service department checks the availability of the product and confirms
26
+ the order with the customer. After the initial task, the warehouse processes
27
+ the order. If the order is eligible for same-day shipping, the warehouse staff
28
+ picks and packs the order, and it is sent to the shipping department. After the
29
+ order is packed, the shipping department delivers the order to the customer. Finally,
30
+ the process ends with an 'End' event, when the customer receives their order.
31
+ example_title: Example 3
32
  ---