Skip to content

Commit

Permalink
add example folder and files
Browse files Browse the repository at this point in the history
  • Loading branch information
shankar-vision-eng committed Feb 28, 2024
1 parent 4beea6d commit 2dbbbee
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To get started you can create an LMM and start generating text from images. The
```python
import vision_agent as va

model = va.lmm.get_model("llava")
model = va.lmm.get_lmm("llava")
model.generate("Describe this image", "image.png")
>>> "A yellow house with a green lawn."
```
Expand Down
Binary file added examples/img/ct_scan1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/ct_scan2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/doc1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/doc2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
198 changes: 198 additions & 0 deletions examples/lmm_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 2dbbbee

Please sign in to comment.