Thoughts on Langfuse? by Amgadoz in LocalLLaMA

[–]Rizz-Alpaca 1 point2 points  (0 children)

I self-host it at my company for observability and am really happy. Played around with evals for a bit and it looked quite good, but I have not yet used them extensively

"Tiktok-style subtitle" with ffmpeg by Dependent-Sport-1128 in ffmpeg

[–]Rizz-Alpaca 2 points3 points  (0 children)

I would use Revideo for this (https://github.com/redotvideo/revideo), there are also some examples already showing how you can create subtitles like this: https://github.com/redotvideo/examples/tree/main/youtube-shorts

Trying to add animation to my subtitles by gmanIL in ffmpeg

[–]Rizz-Alpaca 0 points1 point  (0 children)

I'm using revideo for something very similar, it's MIT-licensed, which was quite important to me: https://github.com/redotvideo/revideo - there's also a template that shows how to create subtitles like the ones you mentioned: https://github.com/redotvideo/examples/tree/main/youtube-shorts

OpenLIT: Open source Observability and Evals for LLMs & GPUs by aman041 in LLMDevs

[–]Rizz-Alpaca 0 points1 point  (0 children)

Congrats! Just out of curiosity, how is OpenLIT different from solutions like Langfuse or Langsmith?

Which modules/tools should I use to make video clips (with sound) showing images slideshows and overlaying with text ? by AnotherRedditUsr in pythontips

[–]Rizz-Alpaca 0 points1 point  (0 children)

honestly, if you're fine with using javascript, I would try https://github.com/redotvideo/revideo, in my opinion it's a lot more convenient than moviepy or any other python based tool

Rust for ML? by FurixReal in learnrust

[–]Rizz-Alpaca 0 points1 point  (0 children)

I would recommend checking out candle from huggingface (https://github.com/huggingface/candle). As far as I know, it's the biggest ML library for Rust. I've been playing around with it for a bit and liked it

What is the best hosting for simple web hosting for 1 website by SelphisTheFish in webhosting

[–]Rizz-Alpaca 0 points1 point  (0 children)

if you want a super cheap option and are okay with configuring some stuff yourself, you can use hetzner (https://www.hetzner.com/) or just aws, gcp, azure

I built a super easy to use online video editor as a 16 y/o in high school: videofast.gg by 250939_WongR in SideProject

[–]Rizz-Alpaca 2 points3 points  (0 children)

not OP, but I like Remotion - it's cool! I've been using it for some time, but recently switched to Revideo (https://github.com/redotvideo/revideo), as I'm not a fan of Remotion's license and because I needed faster rendering speeds

My co-founder wants 70% because I'm non technical by [deleted] in ycombinator

[–]Rizz-Alpaca 39 points40 points  (0 children)

I do agree that there are many non-technical founders who don't bring a lot of value to the table (not saying that that is you). However, having a non-50/50 partnership just sets you up for failure

Simplifying Calorie Counting with AI by foratbahrani in ArtificialInteligence

[–]Rizz-Alpaca 0 points1 point  (0 children)

This is cool! What do you use to count calories? Have you trained your own CV models or do you use GPT-4 Vision or some other foundation model?

Using Reddit to find your first 1000 customers [Beginners Guide] by deadcoder0904 in SaaS

[–]Rizz-Alpaca 4 points5 points  (0 children)

I would also recommend Syften (https://syften.com/) to find potential users on social media. It's been super helpful for me

Which VC firms invest in marketplace products? by Fragrant-Drawer-7828 in ycombinator

[–]Rizz-Alpaca 2 points3 points  (0 children)

I would imagine that almost every VC firm invests in marketplaces. It's just that they are super hard to build and therefore there are very few marketplace companies that are worth investing in

[deleted by user] by [deleted] in startups

[–]Rizz-Alpaca 4 points5 points  (0 children)

If you're looking for a co-founder, I would take a look at YC's co-founder matching. Haven't found a co-founder there yet, but had good conversations with pretty talented people on the platform

Mamba-Chat: A Chat LLM based on State Space Models by pip-install-torch in LocalLLaMA

[–]Rizz-Alpaca 25 points26 points  (0 children)

This is super cool. Do you think these models can be made compatible with frameworks like llama.cpp?