Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Leung committed Sep 29, 2024
1 parent e94ade3 commit df8fb59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Setup
# LLM-NVR

This project is a proof of concept for using multi-modal LLMs to integrate with NVRs and perform narration, explanation on top of object detection and tracking.

## Setup

1. Install python3 and activate the venv: `python3 -m venv venv`
2. Install requirements: `pip install -r requirements.txt`
3. Run docker compose to bring the frontend and backend up: `docker-compose up -d`
4. Run the jupyter notebook in analyze.ipynb
3. Edit configs in frigate/ subdirectory and bring up Frigate with docker compose: `cd frigate && docker-compose up -d frigate nvr`
4. Run docker compose to bring the frontend and backend up: `docker-compose up -d`
5. Run the jupyter notebook in analyze.ipynb

## Demo
[Link](https://x.com/arcyleung/status/1835194959290327250)

## Architecture
<img src="arch.jpg" alt="architecture" width="80%" style="margin: auto"/>
Binary file added arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit df8fb59

Please sign in to comment.