ChatSam / Weapons_detection_immich

Weapons detection feature based on the immich self-hosted photo and video hosting platform.
https://immich.app
MIT License
2 stars 2 forks source link

MVP: Create a basic REST API Endpoint for using ML Model #10

Closed thelastmattstanding closed 6 months ago

thelastmattstanding commented 7 months ago

The goal is to create a simple server (in Flask or NodeJS) and expose REST API endpoints for the frontend to make a request for video feeds on Immich to run the weapons detection model against it.

thelastmattstanding commented 6 months ago

A flask server was created to authenticate, generate API keys, and retrieve video information. Further development will proceed based on how video objects are to be handled by the ML model.