class Me:
def __init__(self):
self.name = "Sid"
self.pronouns = ["He/His/Him"]
self.code = ["Python", "Java", "Rust", "Go", "Groovy"]
self.tools = ["TensorFlow", "PyTorch", "Keras", "Docker", "Kubernetes"]
self.areas_of_expertise = ["Conversational AI", "Generative AI", "Machine Learning at Scale"]
self.challenge = "Learning 'Deep' in Deep learning"
def say_hello(self):
print(f"Hello there! My name is {self.name} and I use {', '.join(self.code)} to create intelligent systems.")
me = Me()
me.say_hello()
Pinned Loading
-
know-my-doc
know-my-doc PublicKnowMyDoc is a GPT3.5 Powered Python-based conversational AI utility that enables you to build a chatbot with your own data sources and web pages. With KnowMyDoc, you can easily create a chatbot th…
-
neural-network-simulation
neural-network-simulation PublicNeural Network Sim is a Python-based neural network simulation tool that uses the Pygame library to visualize the behavior of a network of 25 neurons. It's customizable, easy to use, and helpful fo…
-
life-odyssey
life-odyssey PublicLife Odyssey is an interactive cellular automata simulation that allows users to experiment with various rules and initial conditions to see how cells evolve over time. With the added Zombie Mode, …
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.