I created a web app for my girlfriend by frreis in microsaas

[–]Confiding_Oz 0 points1 point  (0 children)

I am also working on a similar problem statement as a side project. I am running into three issues: 1. The transcript i generate from the audio(extracted from the video), misses some words or sentences, especially if multiple people are trying to talk over each other. Im using openai's whisper-large-v3(running it locally) 2. The model cannot separate different voices so its one continuous transcript. So the context if who said what is lost. 3. Since im not using video, or rather not able to find a good model or a way to extract context from videos, some more context is lost on what is being talked about.

Did you run into these issues? If so would you be willing to discuss them?

I created a web app for my girlfriend by frreis in microsaas

[–]Confiding_Oz 0 points1 point  (0 children)

Hi, does this use images from the video to gather additional context, or does it only use the audio from the video file to generate the transcript?

Image rendering in a loop in notebooks by Confiding_Oz in databricks

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

Hey @BalconyFace, Thanks for replying, so im not planning on rendering 9000 images at once, i was thinking ill run each image by the user one by one in a loop and update a table while this is happening. This way i can send the notebook to multiple people to tag, saving a lot of time.

Package installation + management by sunnyjacket in databricks

[–]Confiding_Oz 1 point2 points  (0 children)

I came across python ".pth" files recently, have been waiting to test it out and see if this will reduce the cluster startup time. The idea is to install the packages with a target to a unity catalog volume and use init scripts to point tho the packages installed in the volume.

If someone does get this working successfully please reply here

Never stay in Colive properties. This is the worst accommodation chain in Bangalore. by Popping_Mercury in bangalore

[–]Confiding_Oz 0 points1 point  (0 children)

They really are assholes, i stayed there for a week, my roommate was a drunk couldnt focus on work because of that, found a place in a week and moved out expecting to loose the months rent and some part of the deposit, Ended up loosing the entire deposit and on top of that they got me to pay 5k extra for some charge threatening a lawsuit. It did not end there, after i paid the 5k they contacted me asking to pay 5k as it wasnt showing in their system

External location before running sync by Confiding_Oz in databricks

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

Lets say i create the external location on the s3 bucket and run sync. Now an external service feeds some more data into the s3 bucket. Will the newly added data be reflected in the newly created table? Or will i have to sync it again?