video.folx.tv Replit project
Go to file
sebastjanartic d321b4f384 Add face detection and thumbnail centering for videos
This commit introduces face detection capabilities to the video platform, enabling automatic identification of faces in video thumbnails. It integrates face-api.js and sharp for image analysis, allowing for face-centered thumbnail crops and dynamic object-positioning. New API endpoints are added to process thumbnails individually and in batches. The database schema is updated to store face detection data, and the storage layer is modified to support these updates and cache face data. The project's dependencies are also updated to include necessary libraries for these new features.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/xF0EUqR
2025-08-29 07:34:08 +00:00
attached_assets Add Netflix-style video browsing with categorized rows 2025-08-29 07:09:54 +00:00
client Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
server Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
shared Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
.gitignore Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
.replit Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
components.json Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
cookies.txt Add user authentication and video upload capabilities 2025-08-08 18:28:28 +00:00
drizzle.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
package-lock.json Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
package.json Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
postcss.config.js Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
pyproject.toml Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
replit.md Restored to '44d6f571a5a2b8bce0fd4e8a9eae76204284885b' 2025-08-28 17:43:16 +00:00
tailwind.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
tsconfig.json Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00
uv.lock Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
vite.config.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00