Skip to content

Commit

Permalink
base example init - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Oct 15, 2024
1 parent 485a132 commit 1f1256e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions examples/client_demo.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from marker_api_client import MarkerAPIClient\n",
"\n",
"client = MarkerAPIClient(base_url=\"http://51.8.81.159:8080/\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "vision-venv",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.10"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Empty file added examples/colab_demo.ipynb
Empty file.
Binary file added examples/data/attention_is_all_you_need.pdf
Binary file not shown.
Binary file added examples/data/control_net.pdf
Binary file not shown.
Binary file added examples/data/llama.pdf
Binary file not shown.
Binary file added examples/data/llama2.pdf
Binary file not shown.
Binary file added examples/data/llama3.pdf
Binary file not shown.
Empty file added examples/rag_demo.ipynb
Empty file.

0 comments on commit 1f1256e

Please sign in to comment.