Skip to content
View siddddd17's full-sized avatar

Block or report siddddd17

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
siddddd17/README.md

Hello there.

ocean

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Siddharth Ajith"
        self.role = "Software Engineer"
        self.stack = ["Java", "Python", "SQL", "AWS"]
        self.currently_learning = ["distributed systems", "genai"]
        self.language_spoken = ["en_US", "ml_IN"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()
ripple

🔧 Technologies & Tools

Languages:

Java Python SQL

Backend:

Spring Boot Hibernate REST Postman

Cloud Services:

AWS Lambda EC2 SQS S3 DynamoDB CloudFront API Gateway

Databases:

PostgreSQL MySQL DynamoDB

Tools and Services:

Docker Terraform Jenkins Datadog Git

ripple

building slowly, on purpose.

Pinned Loading

  1. user-sales-insight-pipeline user-sales-insight-pipeline Public

    Python

  2. Deep-Learning-Algorithms-for-Sentiment-Analysis Deep-Learning-Algorithms-for-Sentiment-Analysis Public

    Implementation and evaluation of deep learning models for sentiment analysis on the IMDB dataset. Focused on LSTM, achieving the highest accuracy. Includes data preprocessing and model optimization…

    HTML

  3. mnist-nn-from-scratch mnist-nn-from-scratch Public

    Step-by-step neural network for MNIST digit recognition, with forward pass, backpropagation, and gradient descent, all implemented from scratch in Python.

    Jupyter Notebook

  4. deepdoc-ai deepdoc-ai Public

    Multi-tenant document intelligence platform for deep research, analysis, and autonomous document exploration with advanced RAG, agents, and multimodal understanding.

    Jupyter Notebook 4