VorlonCD / bi-aidetection

Alarm system for Blue Iris based on Artificial Intelligence.
https://ipcamtalk.com/threads/tool-tutorial-free-ai-person-detection-for-blue-iris.37330/
GNU General Public License v2.0
204 stars 45 forks source link

Add Support for SimpleX Chat - Open source privacy focused messenger #350

Open katoog opened 4 months ago

katoog commented 4 months ago

Telegram works great, but there are some privacy sacrifices:

  1. Accounts are tied to phone numbers
  2. Images posted in groups are not end to end encrypted
  3. There have been some questionable encryption design decisions in Telegram's history, making people wonder whether a backdoor exists.

When using Telegram, we're uploading images of our vehicles, number plates, faces of friends, family and our children. Cameras set to monitor backyards will upload a variety of private images to Telegram, cloud encrypted but not end to end.

SimpleX Chat:

How I picture this might work (user experience):

Lots of stuff available on Github. Here is a chatbot example: https://github.com/simplex-chat/simplex-chat/blob/stable/apps/simplex-bot-advanced/Main.hs

VorlonCD commented 4 months ago

Good idea, I'll look into this when I get a chance.