Bagatur/eden type 2 (#10102)

This commit is contained in:
Bagatur 2023-09-01 10:27:27 -07:00 committed by GitHub
parent d4380339c1
commit b927277809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 42, "execution_count": 42,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
@ -173,7 +175,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 44, "execution_count": 44,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [ "outputs": [
{ {
"data": { "data": {
@ -199,13 +203,15 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Exemple with images" "## Example with images"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 24, "execution_count": 24,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
@ -330,13 +336,15 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Exemple with OCR images" "## Example with OCR images"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 29, "execution_count": 29,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
@ -412,7 +420,9 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 31, "execution_count": 31,
"metadata": {}, "metadata": {
"collapsed": true
},
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
@ -449,13 +459,13 @@
} }
], ],
"source": [ "source": [
"result=agent_chain(\"\"\" i have this url of an invoice document: \"https://app.edenai.run/assets/img/data_1.72e3bdcc.png\"\n", "input_ = \"\"\"i have this url of an invoice document: \"https://app.edenai.run/assets/img/data_1.72e3bdcc.png\"\n",
" i want to extract the information in it.\n", "i want to extract the information in it.\n",
" and answer these questions :\n", "and answer these questions :\n",
" who is the customer ?\n", "who is the customer ?\n",
" what is the company name ? \n", "what is the company name ? \n",
" \n", "\"\"\"\n",
" \"\"\")" "result=agent_chain()"
] ]
}, },
{ {