Skip to content

Commit

Permalink
debug: frame capture (#9)
Browse files Browse the repository at this point in the history
* refactor: frame capture worked

* feat: add minimal example

* refactor: ignore test_images

* feat: add examples dir

* refactor: figured out issue

* chore: remove unused comments
  • Loading branch information
cs50victor authored Jan 25, 2024
1 parent b8694bc commit b464c20
Show file tree
Hide file tree
Showing 15 changed files with 123 additions and 4,879 deletions.
5 changes: 1 addition & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=""

OPENAI_API_KEY=""
OPENAI_ORG_ID=""
# add later
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
target/
Cargo.lock

**/test_images

# ggml binaries & other binaries in general
*.bin
# local splat files
Expand Down
Loading

0 comments on commit b464c20

Please sign in to comment.