Edit Mind is a local-first video knowledge base designed for users who need to organize, search, and analyze their video libraries. It serves as a powerful tool for video editors, content creators, researchers, and anyone with a large collection of videos, providing AI-powered indexing and semantic search capabilities to find specific moments without manual scrubbing.
Traditional video management requires manual tagging or remembering timestamps, making it difficult to locate specific scenes, spoken words, or visual elements. Edit Mind solves this by automatically analyzing video content to extract rich metadata, transforming unstructured video data into a searchable knowledge base. This addresses the problem of video content being locked away and inaccessible without time-consuming manual review.
A core feature is AI-powered video analysis, which extracts metadata like face recognition, transcription, object and text detection, and scene analysis. The system uses multi-model embedding to create a comprehensive index of video content, enabling deep understanding of both visual and auditory elements. This analysis runs fully locally, respecting user privacy and data ownership.
The platform offers vector-based semantic search powered by ChromaDB, allowing users to search video content using natural language queries. You can search by spoken words, objects, faces, or any other semantic concept, with results ranked by relevance. This eliminates the need for exact keyword matching and understands the intent behind search queries.
Video indexing and processing is handled by a background service that watches for new video files and automatically queues them for analysis. The system supports various video formats and includes transcoding capabilities for compatibility. This automated pipeline ensures your video library is always up-to-date and searchable without manual intervention.
Edit Mind works by combining several technologies into a cohesive workflow. Videos are processed through a Python ML service using PyTorch, OpenAI Whisper, and other libraries for frame analysis and transcription. Extracted data is stored in PostgreSQL via Prisma ORM, while vector embeddings are managed in ChromaDB for semantic search. The entire system runs in Docker containers, making it portable and easy to deploy.
admin
Users benefit from dramatically reduced time spent finding video clips, from hours to seconds. Content creators can quickly locate b-roll, interview responses, or specific shots. Researchers can analyze video datasets for patterns and insights. The self-hosted nature ensures complete data privacy and control, with no reliance on external cloud services or data sharing.
Concrete use cases include video editors searching for specific shots like "a person smiling at sunset" or "a car driving in the rain." Journalists can find interview segments where a particular topic was discussed. Families can search home videos for moments with specific people or events. Researchers can analyze video footage for object occurrences or behavioral patterns across large datasets.
The target audience includes video editors, content creators, journalists, researchers, and self-hosted enthusiasts. The system integrates with local file systems and offers a commercial desktop app with direct integration for Davinci Resolve and Final Cut Pro. The tech stack includes React, TypeScript, Vite, Node.js, Express.js, BullMQ, Python, PyAV, PyTorch, ChromaDB, and PostgreSQL, all containerized with Docker. The self-hosted version is free, while a commercial desktop app is available for purchase.
In summary, Edit Mind transforms video libraries into searchable knowledge bases using local AI, giving users powerful semantic search capabilities while maintaining complete data privacy and control.
Edit Mind targets video editors, content creators, journalists, researchers, and self-hosted enthusiasts who need to organize and search video libraries. It serves users with large video collections who value privacy and data control, preferring local processing over cloud services. The platform appeals to technical users comfortable with Docker deployment, as well as non-technical users through its commercial desktop app. It's ideal for professionals in media production, academic research, journalism, and personal archiving who require efficient video retrieval without compromising data security.