ChatSam / Weapons_detection_immich

Weapons detection feature based on the immich self-hosted photo and video hosting platform.

Home Page:https://immich.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVP: Determine and Test REST API calls

thelastmattstanding opened this issue · comments

As part of creating the MVP, we decided to first create our own barebones backend server to interact with Immich and our ML model.

This decision was made to reduce to time spend trying to undestand Immich's backend microservices, and spend more time initially to have a minimum viable product up and running.

As part of this effort, the first step was undestanding the REST API endpoints exposed by Immich and obtaining the necessary information we'll need for our ML model.

  • Set up Immich locally.
  • Test and determine API authentication with Postman
  • Create a Python script to authenticate, obtain API keys, and access video asset info.