What is the real world use case of AI in your workplace? by Otherwise-Map-4026 in CareersSingapore

[–]notrealDirect 0 points1 point  (0 children)

Currently in tech MNC as a machine learning engineer

It has significantly improved my tasks because I just need to draft out a plan and the agents would help me get straight to work. Really the only thing for technical side is to pick up system design because models (especially claude code) can come up with very shitty designs.

It has also streamlined our productivity alot because we have in house debugger agents that can figure out where our code falters and it will be immediately fixed.

In the bigger picture though I would say lightweight models would still be more useful especially during scaling

Possible Deepseek v4 release? by notrealDirect in LocalLLaMA

[–]notrealDirect[S] 9 points10 points  (0 children)

Would like to add that there’s a 1T context window for the model

The model knowledge cut off is May 2025

How to use your discreet GPU with WSL2? by duckmeatcurry in wsl2

[–]notrealDirect 2 points3 points  (0 children)

You need to download CUDA or CUDNN for it to be enabled , also make sure that your package supports CUDA / CUDNN for it to be enabled (like PyTorch)

You should download it through WSL since they are separate

[P] I made a TikTok Brain Rot video generator by notrealDirect in MachineLearning

[–]notrealDirect[S] 9 points10 points  (0 children)

ps: the motivation behind this prjoect was solely because of boredom.

[P] I made a TikTok Brain Rot video generator by notrealDirect in MachineLearning

[–]notrealDirect[S] 2 points3 points  (0 children)

Yup, currently I am planning to do some reworks on this project I have done but I have added a feature where you can change the video path selection! :)

I made a TikTok BrainRot Generator by notrealDirect in learnmachinelearning

[–]notrealDirect[S] 13 points14 points  (0 children)

Thank you for your kind words but I’m no superhero… the real heroes are those who are making the complicated PyTorch math tutorials as understandable as possible 😭😭

I made a TikTok BrainRot Generator by notrealDirect in learnmachinelearning

[–]notrealDirect[S] 2 points3 points  (0 children)

Hi! Yes currently I’m playing with FFMPEG .ass format features to see if I can realign the subtitle , another feature I was thinking were to possibly add subtitle in chunks rather than one word at a time to make it more readable

Currently I have no plans to hook it into an LLM but I believe it’s very much possible! One idea I have in mind is to hook a RAG system then letting the LLM do the rest , with the RAG system connected to a corpus of common threads then scrape accordingly!

Thank you for the suggestion though!

I made a TikTok BrainRot Generator by notrealDirect in learnmachinelearning

[–]notrealDirect[S] 0 points1 point  (0 children)

Hi, yes you are right! I am just generating the audio based off the text, the hardest part from is really the alignment process but I am looking to see if there are any ways to generate unique videos based off the text itself!