updated dataset

This commit is contained in:
ryanwong
2024-05-01 15:25:51 -04:00
parent 0ca33b3fc5
commit 149e03047c
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ This project is divided into four main modules, each focusing on a distinct aspe
- *Functionality*: Extract and process handwritten queries using the same logic as Endpoint 1. - *Functionality*: Extract and process handwritten queries using the same logic as Endpoint 1.
- *Input*: Image file with handwritten text. - *Input*: Image file with handwritten text.
- *Output*: Same output format as Endpoint 1, adapted for image inputs. - *Output*: Same output format as Endpoint 1, adapted for image inputs also return the extracted test from OCR.
## Module 3: CNN Model Development ## Module 3: CNN Model Development
@@ -54,7 +54,7 @@ This project is divided into four main modules, each focusing on a distinct aspe
- *Functionality*: Use the CNN model to identify products from images and match them using the vector database. - *Functionality*: Use the CNN model to identify products from images and match them using the vector database.
- *Input*: Product image. - *Input*: Product image.
- *Output*: Product description and matching products in a format consistent with other endpoints. - *Output*: Product description and matching products in a format consistent with other endpoints. Also return the name of the `class` that you got from CNN model for the particular input image.
## Module 4: Frontend Development and Integration ## Module 4: Frontend Development and Integration
BIN
View File
Binary file not shown.