Skip to content

ThaddeusJiang/save_it

Folders and files

NameName
Last commit message
Last commit date
Oct 23, 2024
Nov 5, 2024
Nov 5, 2024
Nov 6, 2024
Nov 6, 2024
Oct 29, 2024
Nov 5, 2024
Oct 22, 2024
Oct 29, 2024
Jul 23, 2024
Sep 6, 2024
Nov 5, 2024
Nov 5, 2024
Oct 23, 2024
Oct 22, 2024

Repository files navigation

Save it

A telegram bot can Save photos and Search photos

Features

  • Save photos via a link
  • Search photos using semantic search
  • Find similar photos by photo

supported services

Usage

Save Photos

Just send the link to the bot.

demo.mp4

Search Photos

messages:

/search cat
/search dog
/search girl
/similar photo
CleanShot.0006-10-23.at.15.20.18.mp4

Playground

https://t.me/save_it_playground

Build with

Development

# Install
mix deps.get
# Start typesense
docker compose up
# Run
export COBALT_API_URL=<your_cobalt_api_url>
export TELEGRAM_BOT_TOKEN=<YOUR_TELEGRAM_BOT_TOKEN>

iex -S mix run --no-halt