Skip to content

Commit

Permalink
Add lavis photon deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bddppq committed Sep 14, 2023
1 parent 9d13f97 commit 75ce00e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions advanced/lavis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ pip install leptonai

## Launch inference service locally

To run locally, first install dependencies:
```shell
pip install -r requirements.txt
```

After installing dependencies, you can launch inference service locally by running:

### Image Captioning

```shell
Expand Down
4 changes: 4 additions & 0 deletions advanced/lavis/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
salesforce-lavis
Pillow
opencv-python!=4.8.0.76
opencv-contrib-python!=4.8.0.76

0 comments on commit 75ce00e

Please sign in to comment.