{"id":24227932,"url":"https://github.com/replete/reels","last_synced_at":"2025-06-22T01:33:18.507Z","repository":{"id":244373523,"uuid":"814914358","full_name":"replete/reels","owner":"replete","description":"Local instagram reels style tagged video collection browser with Whisper transcription and LLM tagging","archived":false,"fork":false,"pushed_at":"2024-09-03T13:20:26.000Z","size":750,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T06:46:17.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/replete.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T01:26:28.000Z","updated_at":"2024-10-15T23:30:33.000Z","dependencies_parsed_at":"2025-01-14T10:49:04.541Z","dependency_job_id":"01fb1697-c209-4759-adbb-3aea3d05b988","html_url":"https://github.com/replete/reels","commit_stats":null,"previous_names":["replete/reels"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/replete/reels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Freels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Freels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Freels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Freels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replete","download_url":"https://codeload.github.com/replete/reels/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replete%2Freels/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261220084,"owners_count":23126686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-14T10:48:56.148Z","updated_at":"2025-06-22T01:33:13.497Z","avatar_url":"https://github.com/replete.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📽️ localreels\n\nOne day I had an idea to create a video library of useful video clips, automatically tagged for a kind of local instagram reels experience. I was using this for all the saved clips I ripped from my instagram account, health/gym tips etc.\n\nThis is very much a POC and doesn't have a complete UI, but here it is:\n\n- FastWhisperAPI STT audio transcription (requires to be running)\n- Ollama auto tag generation (requires external ollama instance)\n- Thumbnail generator (via ffmpeg)\n- Local sqlite db\n- Web interface (TODO, basic POC exists)\n\n## Running:\n- Install/Run [FastWhisperAPI](https://github.com/3choff/FastWhisperAPI) locally\n  - default port `8000` configured in `getTranscriptions.mjs`\n- Install/Run [ollama](https://github.com/ollama/ollama) locally\n  - default port `11434` configured in `generateTags.mjs`\n  - with environment vars to allow origins: `OLLAMA_ORIGINS=* OLLAMA_HOST=\"0.0.0.0\" ollama`\n  - default model is `qwen2:7b-instruct-q8_0`, remember to pull it first `ollama pull qwen2:7b-instruct-q8_0`, change model/prompt in `generateTags.mjs`. Used for tag generation, results my vary depending on what model/quant you use\n- Create folders (maybe?):\n\t- `/videos`\n\t- `/videos/database/`, `/videos/thumbs/`, `/videos/audio/`\n- Install dependencies: `npm i`\n- Start server: `npm run start`\n\t- Startup will first index all `.mp4` video files in `/videos`\n\t- Then generate thumbnails in `/videos/thumbs`\n\t- will create temporary audio files for TTS in `/videos/audio`\n\t- create/updates sqlite DB in `/videos/database`\n\t- No UI shows until all the videos have been indexed, thumbnailed, transcribed, and tagged\n- ![servers running screenshot](screenshot.png)\n- When finished, `http://localhost:3000/` will be available with a basic incomplete UI served from `/public`\n- ![UI screenshot](screenshot2.png)\n\nIt's an incomplete POC, but a good starting point for this kind of thing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplete%2Freels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplete%2Freels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplete%2Freels/lists"}