Skip to content
View rohithgowdax's full-sized avatar
🟢
Code is poetry, and I’m the poet. 📝
🟢
Code is poetry, and I’m the poet. 📝

Highlights

  • Pro

Block or report rohithgowdax

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 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
rohithgowdax/README.md

Hello there! 👋

Follow on LinkedIn visitors

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Rohith Gowda R"
        self.role = "AI Engineer"
        self.language_spoken = ["kan_IN", "en_US"]

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


me = SoftwareEngineer()
me.say_hi()

👇 Hit in your console or terminal to connect with me.

pipx run rohith
Spotify

🔧 Technologies & Tools

python logo pytorch logo jupyter logo numpy logo tensorflow logo bash logo matlab logo gitlab logo debian logo flask logo stackoverflow logo linux logo mysql logo

📝 Blogs

📔 Latest Blog posts

  • Machine Learning
  • [Introduction to Dependency Injection in Java]
  • [Distributed Transactions and Sagas in Microservices]
  • [Design Patterns: Strategy Pattern]
  • [Java Best Practices - Logging]

Pinned Loading

  1. Dairy-webapp Dairy-webapp Public

    An E-commerce web application incorporating essential features such as product catalog, shopping cart, checkout process, and‬ user authentication using HTML, CSS, JavaScript, Django, and SQLite3. I…

    HTML 1

  2. recommender-system recommender-system Public

    A content-based movie recommendation system built using cosine similarity. It suggests movies similar to the selected one and fetches their posters using the TMDb API. The app is hosted using Strea…

    Jupyter Notebook

  3. accident-analysis accident-analysis Public

    This project explores the US Accidents (2016 - 2023) dataset from Kaggle. The goal is to understand patterns in road accidents across the United States using data visualization and exploratory anal…

    Jupyter Notebook

  4. cli-card cli-card Public

    A terminal-based CLI card to showcase Rohit Gowda's profile and quick contact tools.

    Python