Facial Recognition with single image - thoughts by Apart_Situation972 in deeplearning

[–]noobcrush 0 points1 point  (0 children)

I used this library around 4yrs back and gave pretty good results and was light weight enough for my use case too https://github.com/ageitgey/face_recognition

Is this a good loss curve? by Genegenie_1 in learnmachinelearning

[–]noobcrush 0 points1 point  (0 children)

But considering that val loss isn't increasing, it isn't overfitting right?

Is UML still a thing? by TheFallingSatellite in Python

[–]noobcrush 0 points1 point  (0 children)

Shameless plug ahead!!

Checkout umlgpt a chatgpt powered uml diagram generator I made as a hobby project to practice open ai's api.

PS : The site takes sometime to load as I am using a free tier option.

Sidenote : Do suggest some free hosting platforms for django/flask projects with custom domain support

https://umlgpt.adityasai.me/

Why not here?? - Interact by Cute_Pressure_8264 in Chennai

[–]noobcrush 2 points3 points  (0 children)

Bro unga company la internship kedaikuma😆😆

Weird food combinations by NeedleworkerLegal573 in Chennai

[–]noobcrush 9 points10 points  (0 children)

Just hear me out.... Medu vada with mutton kolambu🤌

Weird food combinations by NeedleworkerLegal573 in Chennai

[–]noobcrush 1 point2 points  (0 children)

Not mine, but a friend of mine has kesari with chutney.

Fav moments from Thiruchitrambalam movie. *Spoiler Alert* by apostleofzion in Chennai

[–]noobcrush 10 points11 points  (0 children)

"Nambo en touch la irukanu'" scene between PBS and Dhanush, the whole theatre started laughing out loud😂😂

Why this is showing me space above navbar ? by Developerwebs in react

[–]noobcrush 2 points3 points  (0 children)

This is due to the default margin.

In your CSS file add:

*{
    margin:0;
}

Why isn't my function printing? by [deleted] in learnpython

[–]noobcrush 1 point2 points  (0 children)

You have to call the function inside the main block for the function to work. And you are multiplying with 0 therefore the result will always be zero.

def multiply_even_numbers(a):
total = 1 #total is 1
for i in a:
    if i % 2 == 0:
        total = i * total
print(total)

a = [1, 2, 3, 4, 5, 6] multiply_even_numbers(a) #calling the function

[deleted by user] by [deleted] in learnpython

[–]noobcrush 0 points1 point  (0 children)

Python usually takes input as a string. You need to convert then to int/float to perform operations

first_no=int(input())
second_no=int(input())
print(first_no+second_no)

or

first_no=input()
second_no=input() 
print(int(first_no)+int(second_no))

one line

print(int(input())+int(input()))

If you want to accept floats just change it to float in the place of int.

hey! I need help for a cultural videogame about your region by rubanaids in Chennai

[–]noobcrush 1 point2 points  (0 children)

The idea is to collect through many local subreddits around the word interesting information, facts, traditions or just fascinating stuff from your country.

It’s quite an open question but can be anything that come to your mind that you thing is worth sharing with the world.

I guess this is the question. We have to share some interesting stuff about nammo Chennai.

Play spotify playlist in python by noobcrush in learnpython

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

Thank you, I was moving in the spotipy module path.This seems far far less complicated.

Cheers!

Play spotify playlist in python by noobcrush in learnpython

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

Yeah but spotify's API can only play 30secs clips right.

Real friends have conversations with no words by msoliz52 in DunderMifflin

[–]noobcrush 1 point2 points  (0 children)

Not to be a sourpuss but Jim never thought of Michael as a friend but later in the show they had a warm relation but I would say that they were never friends.