{"id":25952489,"url":"https://github.com/awkrail/videollm_suite","last_synced_at":"2025-03-04T14:52:07.814Z","repository":{"id":259187242,"uuid":"876520812","full_name":"awkrail/videoLLM_suite","owner":"awkrail","description":"[WIP] A collection of inference-only video LLMs.","archived":false,"fork":false,"pushed_at":"2024-12-03T10:15:24.000Z","size":38214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-03T11:23:14.839Z","etag":null,"topics":["video-llms","video-processing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awkrail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-22T05:39:17.000Z","updated_at":"2024-12-03T10:15:28.000Z","dependencies_parsed_at":"2024-12-03T11:33:54.441Z","dependency_job_id":null,"html_url":"https://github.com/awkrail/videoLLM_suite","commit_stats":null,"previous_names":["awkrail/firefly","awkrail/videollm_suite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awkrail%2FvideoLLM_suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awkrail%2FvideoLLM_suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awkrail%2FvideoLLM_suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awkrail%2FvideoLLM_suite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awkrail","download_url":"https://codeload.github.com/awkrail/videoLLM_suite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241868432,"owners_count":20033822,"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":["video-llms","video-processing"],"created_at":"2025-03-04T14:52:07.097Z","updated_at":"2025-03-04T14:52:07.800Z","avatar_url":"https://github.com/awkrail.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VideoLLM_suite\nVideoLLM_suite is a collection of inference-only open-source video LLMs.\n\n# Usage\nExcepted.\n```python\ndevice = 'cuda' if torch.cuda.is_available() else 'cpu'\nmodel = VideoLLaMA(model_path)\nmodel.to(device)\n\ninput_path = \"videos/input.mp4\"\nprompt = \"Describe the video for details.\"\n\nmodel.encode_video(input_path)\nsentence = model.generate(prompt)\n```\n\n# Models\n- [ ] : video LLaMA\n- [ ] : video LLaMA 2\n- [ ] : video Chat\n- [ ] : video Chat 2\n- [ ] : LITA\n- [ ] : Video LLaVA\n- [ ] : Chat-UniVi\n- [ ] : LaViLa\n- [ ] : MA-LMM\n- [ ] : MovieChat\n- [ ] : MovieChat+\n- [ ] : Koala\n- [ ] : LongVLM\n- [ ] : MiniGPT-video\n- [ ] : PLLaVA\n- [ ] : ST-LLM\n- [ ] : InternVideo2\n- [ ] : ViLA\n- [ ] : Video-ChatGPT\n- [ ] : TimeChat\n\n# Test\n```\npytest tests\n```\n\n# Mypy + Ruff\n```\nmypy firefly\nruff check firefly\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawkrail%2Fvideollm_suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawkrail%2Fvideollm_suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawkrail%2Fvideollm_suite/lists"}