Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefMarlin committed Aug 17, 2023
1 parent 81bc862 commit b8dbc70
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
[![Docs](https://img.shields.io/badge/Docs-View-blue)](https://8ff.github.io/firescrew/)
[![Discord](https://img.shields.io/badge/Discord-Join%20Server-blue.svg?labelColor=757ef8&color=green)](https://discord.gg/CgB7nXqv6N)

```
Things added/fixed in last 3 days:
- Added MQTT/Webhook/ScriptHook/Slack support!
- Added ffprobe timeout/Fixed MQTT port in template/Added docs page
- Added inference statistics and much more!
- Fixed Coral TPU model detection
- Performance updates for model adapters
- Discord server has been added
- Docker image will now fetch latest binaries from github at runtime
- Fixed ffprobe ftps parsing/Added resolution/fps bypass parameters
```

> Docs: https://8ff.github.io/firescrew/
Firescrew is a cutting-edge application written in Go that enables real-time object and motion detection from an RTSP network camera. It leverages advanced image processing techniques and machine learning models to identify specific objects such as cars, people, and more.
Expand All @@ -33,6 +21,18 @@ Firescrew is a cutting-edge application written in Go that enables real-time obj
- **Natural Language Search**: Firescrew supports natural language processing for searching events based on time/type/camera.
- **In-House Quality Control**: At Firescrew, we believe in sampling our own "product," chasing the next high in innovation like caffeine-fueled engineers on a coding binge. We don't just build technology; we live it, breathe it, and occasionally spill coffee on it – all to ensure we're delivering a product that's up to snuff!

```
Things added/fixed in last 3 days:
- Added MQTT/Webhook/ScriptHook/Slack support!
- Added ffprobe timeout/Fixed MQTT port in template/Added docs page
- Added inference statistics and much more!
- Fixed Coral TPU model detection
- Performance updates for model adapters
- Discord server has been added
- Docker image will now fetch latest binaries from github at runtime
- Fixed ffprobe ftps parsing/Added resolution/fps bypass parameters
```

## Quick Start Demo
```bash
docker run --rm -it -p 8080:8080 8fforg/firescrew:latest demo
Expand Down

0 comments on commit b8dbc70

Please sign in to comment.