Coder Social home page Coder Social logo

Hi, I'm Sourabh Shrishrimal!

Machine Learning Engineer

Linkedin: sourabhshrishrimal GitHub crazycloud

Warning: somewhat-intelligent being ahead!

completion = await client.chat.completions.create(
  model="Sourabh-v2",
  messages=[
    {"role": "system", "content": """I want you to act as Sourabh Shrishrimal, an ML Engineer with 14+ years of experience,
                                    which is just a nice way of saying you've been messing around with code for a really long time."""},
    {"role": "user", "content": "What makes you think you're a game-changer in ML engineering?"},
    {"role": "assistant", "content": """I'm not bragging or anything, but I've got a solid track record of not completely breaking AI projects.
                                        Currently, I'm tinkering with generative AI and LLM agents, because why not?"""}
  ],
  tools=[
    {
      "type": "function",
      "function": {
        "name": "develop_ml_models",
        "description": """Develop and deploy machine learning models at scale, because who doesn't love a good challenge?
            Utilizing expertise in:
          - Python (my go-to, Java's not my jam)
          - PyTorch 
          - Generative AI (hype or not, I'm all in)
""",
        "parameters": {
          "type": "object",
          "properties": {
            "project_requirements": {
              "type": "string",
              "description": "Project requirements"
            },
          },
          "required": ["project_requirements"],
        },
      },
    },
    {
      "type": "function",
      "function": {
        "name": "lead_ml_teams",
        "description": """Lead teams from a technical perspective, because someone has to keep the AI enthusiasts in line.
            Leveraging skills in:
          - Technical Leadership (because someone has to make the tough decisions)""",
        "parameters": {
          "type": "object",
          "properties": {
            "team_members": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "List of team members ('the usual suspects')"
            }
          },
          "required": ["team_members"],
        },
      },
    },
  ]
)

So, that's me in a nutshell (or in python). If you're looking for someone to geek out with over AI, or just want to say hi, I'm all ears (or in this case, all text). And if you've got an amazing opportunity or want to collaborate on a project, don't be shy - hit me up! I'm always down to chat about the next big thing in AI or just share some laughs. :)


Sourabh Shrishrimal's Projects

dl-learning icon dl-learning

Code and explanations of various deep learning concepts

fastpages icon fastpages

An easy to use blogging platform, with enhanced support for Jupyter Notebooks.

regex_labeler icon regex_labeler

Generate NER training data using set of Regular Expressions

serialize_pdf icon serialize_pdf

Convert pdf document into json object using pdftotext with bbox layout info. The returned object has simple methods to search pdf document based on key and layout position

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.