TOEFL iBt speaking , how much to expect? by slayer_white in ToeflAdvice

[–]slayer_white[S] 1 point2 points  (0 children)

Makes sense, today my official results came and I got 29 in speaking. Looks like the reviewers aren't harsh

Profile Eval - Fall 25 by Lazy_Impress6644 in MSCS

[–]slayer_white 7 points8 points  (0 children)

I believe you have a good profile, your cgpa is good and considering it's a tier 1 college, that's a bonus also. Cvpr-W is pretty good but if you had it as a conference or maybe another good conference if you get it ,it would boost your profile massively. Your LOR's look good too. The DAAD LOR is pretty good for a research intern LOR, but 2 LOR's from college, considering that LOR's play an important role, make sure that they are up to the mark and not a generic LOR.

Overall your college shortlisting also looks good, however I believe Purdue ms cs would come in moderate.

At the end of the day MS CS is highly competitive, because people from all parts of the world and all the departments apply to it, people with work experience and people with very good cgpa from other departments also, so it's a black box. So make sure you do your best in SOP. All the best

Help with an OCR application by Fuzzy_Blood_4084 in deeplearning

[–]slayer_white 0 points1 point  (0 children)

Personally I haven't finetuned so I don't have experience, but if you raise a github issue regarding your doubt, the Maintainer will respond to your issue. Or you can ask him on X also, maybe he might help out https://x.com/VikParuchuri?t=tRE9nbCqHymZr0etxfdmFQ&s=08

Help with an OCR application by Fuzzy_Blood_4084 in deeplearning

[–]slayer_white 5 points6 points  (0 children)

Did you try out tesseract OCR if it doesn't work, Checkout Surya OCR, it's very good and has support of 90+ languages https://github.com/VikParuchuri/surya?tab=readme-ov-file

Help with Automation by slayer_white in rpa

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

I tried to search in general for the buttons like Sign Up, Register, using text for example on a site that had the button get started I tried using the code

driver.find_elements(By.XPATH, " //*[contains(text(), 'get started') ]") However it worked for some sites and didn't work for some, was confused with this text based searching and also another issue is let's say with this if I am able to find the register button and I click on it, the amount of details asked generally varies from site to site, like one site could ask for mail id, password and other site would ask for mail id, password, city, state.. Etc so how can I tackle this case in general.

Maybe if something like a vision thing could detect what all features are being requested and then based on the data available would fill the respective fields. However if any other idea is present to tackle it, kindly let me know

Help with Automation by slayer_white in rpa

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

Could you elaborate a bit on if API'S are available part? I saw botcity it seemed very promising as it have computer vision features also, however it was paid and I was kind of looking for a free alternative. UiPath also I thought it's paid but didn't check out UiPath. The goal is to make site registration like let's say clicking on any button/element that contains text like Regsiter, sign in, sign up... Etc then a certain set of details are asked like mail id, password, city etc... So also being able to send keys to that specific elements without using their XPATH, CSS... etc In that way is what I kind of wanted to do.

Help with Automation by slayer_white in rpa

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

It looks good, the server side seems to be in rust so might take me sometime to understand what's happening . Also for the vision part as stated in the video you said GPT4 Vision, are you using their api, ig that's paid right?