HackerTrans
トップ新着トレンドコメント過去質問紹介求人

iliashad

no profile record

投稿

[untitled]

1 ポイント·投稿者 iliashad·10 日前·0 コメント

Show HN: I indexed 37h of my videos using an RTX 4090 and local ML models in 24h

4 ポイント·投稿者 iliashad·12 日前·1 コメント

[untitled]

1 ポイント·投稿者 iliashad·14 日前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·23 日前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·24 日前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·24 日前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·27 日前·0 コメント

I indexed 669 GB of my GoPro videos using my M1 Max computer and local ML models

439 ポイント·投稿者 iliashad·28 日前·116 コメント

[untitled]

1 ポイント·投稿者 iliashad·29 日前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·先月·0 コメント

Ask HN: Is software engineering still a good career choice for new students?

12 ポイント·投稿者 iliashad·先月·17 コメント

[untitled]

1 ポイント·投稿者 iliashad·先月·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·2 か月前·0 コメント

Show HN: Local AI search for your video library (local, open source)

edit-mind.com
2 ポイント·投稿者 iliashad·2 か月前·1 コメント

Show HN: I made a tool to search your video footage and it's on GitHub

1 ポイント·投稿者 iliashad·2 か月前·0 コメント

Show HN: Google Video API bill for 4 videos. I built my own

3 ポイント·投稿者 iliashad·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 iliashad·5 か月前·0 コメント

コメント

iliashad
·12 日前·議論
Link: https://iliashaddad.com/blog/i-indexed-37h-of-my-youtube-lib...
iliashad
·14 日前·議論
I made part two of this, but this time using RTX 4090: https://iliashaddad.com/blog/i-indexed-37h-of-my-youtube-lib...
iliashad
·14 日前·議論
TLDR: Following my recent blog post and Hacker News post (https://news.ycombinator.com/item?id=48528029). where I ran the desktop app on my M1 Max. Today, I used Edit Mind (my source-available, local-first video indexing tool) to process my YouTube library, 87 videos, 37h of footage in under 24h on a rented RTX 4090 via Docker + CUDA.

Available on GitHub: https://github.com/iliashad/edit-mind

Blog Post: https://iliashaddad.com/blog/i-indexed-37h-of-my-youtube-lib...
iliashad
·26 日前·議論
Thank you so much for your support over Hacker News, I wanna share with people of HN. a special discount code "HACKERNEWS", use it here https://shop.edit-mind.com/checkout/buy/9f18a6f0-b437-47ec-b... and get 10% OFF only for the first 5 people and it'll expires
iliashad
·26 日前·議論
I'm not sure if it's possible or not, the goal of my project was to utilize local models and your local machine instead of uploading your videos to the cloud. there's couple of cloud services that offer video indexing very well, I could name a few like Tweleve Labs (I'm not affiliated with them but I did a presentation at one of their webinar).
iliashad
·27 日前·議論
That's good, also the Davinci resolve integration works with the Free and Studio version the same way.
iliashad
·27 日前·議論
You're welcome. As of now, the project narrow down your options instead of watching 3-4 videos (5 min each, as an example), you can watch 3 clips from them instead (1s to 2.5s each). It gives you only the video moments that you need to watch for review instead of watching the full videos.
iliashad
·27 日前·議論
That's great, would love to hear your feedback then
iliashad
·27 日前·議論
Can you check again ? I'm not sure why it's show a cloudflare error
iliashad
·27 日前·議論
Thank you! I'm using RAG, I have every video scene indexed individually in the vector database. When I'm asking the agent, it'll use an Ollama model to understand the request, use the available search tool (searching using transcription text, faces, visual, audio or combined) something like when you use Claude or Chat GPT it'll use the web search tool to find you info online. Then, I can filter out video scenes using the Ollama to better present accurate and unique video scene, then send those video results to Davinci Resolve using their API to create a video timeline using those video clips
iliashad
·27 日前·議論
That's really great, thank you!
iliashad
·27 日前·議論
Fair enough, what would like to see as an example video and I would make it.

For the dog barking videos, those are only the video scenes that I have a dog barking sound in the video.

I'll keep adding more prompts and example videos, keep an eye for that
iliashad
·27 日前·議論
Can you please elaborate more?
iliashad
·27 日前·議論
I agree with that, thank you for your feedback. Also, maybe you're not a video editor and you just wanna search your videos. The video editing integrations are optional and you have full control. You can switch between Adobe Premiere Pro, Final cut Pro or Davinci Resolve
iliashad
·27 日前·議論
Thank you, would like to know your use case for this kind of project and which prompt you want to genearte ?
iliashad
·27 日前·議論
Sure, I'm using (https://huggingface.co/collections/Qwen/qwen25-vl) which can help me understand action like falling down, because I can provide for example 5 frames (down scaled to 720p) to understand what is happening in this part of the video
iliashad
·27 日前·議論
> Aha, it makes total sense. This number sounds much more reasonable than “669 GB”, since the actual total size of processed frames would be like 10-30 GB.

The reason why is “669 GB” is the total raw footage size when I'm doing the video processing, I downscaled each frame to 720p to make the video processing much faster and I don't need full original quality in order to get accurate results (as far as I know and experiment with).

> I’m just curious tho — is there any paying options that can accelerate this kind of process? Just spin up GPU instances?

For now, I found that NVIDIA GPU for example RTX 3060 with 12GB Vram was much faster than my M1 Max. (still working on optimizing for speed and accuracy).
iliashad
·27 日前·議論
That's great, I checked your article when it was in front page because someone mentioned my project in the comments.

Good job for the article and the project. That's great, yes local models are getting better and better
iliashad
·27 日前·議論
Yes, and it’ll result in much faster results than the ones that I did with my computer
iliashad
·27 日前·議論
That’s good to hear, open source ML models are getting better and better. I did a small experiment to generate a Spotify year in review like video here is a preview video https://github.com/IliasHad/edit-mind/tree/expirement/year-i...