No description
Find a file
Lucas Gabriel Vuotto c625ee860a api/v0: implement similarity search for media
Use a very naive approach: define similarity as the number of shared
tags between two media pieces. It can be implemented in SQL and produces
decent results.
2025-04-29 12:08:22 +00:00
bin Initial import 2025-04-26 09:41:50 +00:00
lib/Pooru api/v0: implement similarity search for media 2025-04-29 12:08:22 +00:00
migrations Initial import 2025-04-26 09:41:50 +00:00
public site: fix propagation prevention on Enter and Tab keys 2025-04-28 19:27:37 +00:00
script Initial import 2025-04-26 09:41:50 +00:00
t Initial import 2025-04-26 09:41:50 +00:00
templates site: remove x-model="search" in search component 2025-04-28 15:59:10 +00:00
.gitignore Initial import 2025-04-26 09:41:50 +00:00
cpanfile Initial import 2025-04-26 09:41:50 +00:00
pooru-api-v0.conf Initial import 2025-04-26 09:41:50 +00:00
pooru-site.conf Initial import 2025-04-26 09:41:50 +00:00