Skip to content
View jainsid24's full-sized avatar
:octocat:
:octocat:
  • Intuit
  • California
  • 15:59 (UTC -07:00)
Block or Report

Block or report jainsid24

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jainsid24/README.md

Hi, I'm Sid!

LinkedIn Connect GitHub Follow

A little more about me

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()

I am passionate about creating intelligent systems and I am always exploring new ways to push the boundaries of what's possible with AI. If you'd like to connect with me, feel free to reach out and say hello!

Pinned

  1. know-my-doc know-my-doc Public

    KnowMyDoc 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…

    Python 49 10

  2. neural-network-simulation neural-network-simulation Public

    Neural 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…

    Python 1 1

  3. life-odyssey life-odyssey Public

    Life 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, …

    Python 1 1